Re: [java-gnome-hackers] TreeModel rows-reordered
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2004-02-29 14:58:25
|
On Sun, 2004-02-29 at 09:06, Mark Howard wrote: > On Sun, Feb 29, 2004 at 08:43:15AM -0500, Jeffrey Morgan wrote: > > Do you know if the event was fired in the native layer? > > It should have been according to the docs for setReorderable(bool). How > can I find out? > All signals pass through the method jg_signal_cb in org_gnu_glib_GObject.c. You might try to add some printf statements here. I am about to leave for about eight hours so I will not be able to help you on this. Please post to this list with your results and I will try to pick up where you leave off when I return. -Jeff |