[Glade-users] Glade Parameters
Gabriel de Perthuis
Gabriel.de-Perthuis at laPoste.net
Wed May 18 05:42:34 EDT 2005
Le mercredi 18 mai 2005 à 10:01 +0800, Rick Duley a écrit :
> Hi Folks
>
> Is there some documentation that details the options available in each window of
> Glade? That is to say, some documentation that describes what happens to the GUI
> and to the code when an option is changed from 'No' to 'Yes' or when a 'Signal'
> is selected etc.
It's part of the gtk+ api doc - available at
http://developer.gnome.org/doc/API/2.0/gtk/ . I recommend that you get
devhelp packages for your distro (offers searchability). To lookup a
signal, find the class that receives it, and have a look at the doc for
the parameter struct when it's an event. The options glade deals with
are gobject properties in the docs.
More information about the Glade-users
mailing list