[java-gnome-hackers] bugs fixed
Brought to you by:
afcowie
From: Mark H. <mh...@ti...> - 2002-09-27 13:50:17
|
Hi, I've commited some code to temporarily hide the bugs with signal handling. Remaining issues: * ToggleButton signals do not work (I've disabled them in ToggleButton.java).=20 jobject_to_gtk in org_gnu_glib_GObject.c seems to be returning a GtkButton rather than GtkToggleButton in this case - I can't see why. * Signal handling involving Boxed type parameters do not work - they return null. I have ignored the boxed parameters in the handleZZZ methods of Widget (they were previously passed to constructor of the event and not used anywhere).=20 This is most probably caused by an error in jg_signal_cb of org_gnu_glib_GObject.c. I have not been able to determine why. If anyone has any ideas how to fix these (particularly the first), please try.=20 --=20 +----------------------------------------------+ | Mark Howard cam.ac.uk mh344@ | | http://www.tildemh.com tildemh.com mh@ | +----------------------------------------------+ |