Re: [Java-gnome-developer] signal descriptions
Brought to you by:
afcowie
From: Joao V. <jvi...@ya...> - 2005-04-25 22:28:01
|
Here's how you do it... when you look at the signals for GtkEntry in Glade, you'll notice "editing_done " is under "GtkCellEditable signals". Then, search for GtkCellEditable in the API docs; here's what it says: http://developer.gnome.org/doc/API/2.0/gtk/GtkCellEditable.html#gtk-cell-editable-editing-done It is a very low-level signal... Cheers, J.V. --- Khiraly <khi...@gm...> wrote: > 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 > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |