[Glade-users] Glade api functions
Tristan Van Berkom
tvb at gnome.org
Tue Feb 26 00:27:08 EST 2008
On Mon, Feb 25, 2008 at 3:37 PM, Germán Diago <germandiago at gmail.com> wrote:
>
>
> I browsed the documentation but didn't find how to get the signals and
> handlers from the gtk+ API
> (I just found how to get properties). What I want to get: if I have a
> widget, I want to know its exact type,
>
look at the macros here for that:
http://library.gnome.org/devel/gobject/stable/gobject-The-Base-Object-Type.html
>
> its signals' names and its associated handlers for the signals (if any).
>
and you have g_signal_list_ids here:
http://library.gnome.org/devel/gobject/stable/gobject-Signals.html
I dont think you can list handlers, but you can search for ones you
installed.
FYI, this is not related to glade, a better place to discuss gtk+ apis is on
gtk-app-devel-list at gnome.org
Cheers,
-Tristan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20080226/5a292e22/attachment.html
More information about the Glade-users
mailing list