[Java-gnome-developer] signal descriptions
Brought to you by:
afcowie
From: Khiraly <khi...@gm...> - 2005-04-25 21:32:08
|
Hi! There are many signals of which I cannot discover how they are created, to which there is no explanation. All available signals are listed in glade-2, without any explanation. In the documentation of www.gtk.org one can find the specifications of the signal (the prototypes of the functions), but unfortunately that what causes a signal is not described. In case of some, it is clear, but in many other cases, it is obscure. http://www.gtk.org/api/2.6/gtk/GtkEntry.html E.g.: I'd like to know this: GtkCellEditable signal: editing_done What could generate this one? This can be found at a Text Entry. Best regards, Khiraly |