[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: gtk_widget_ref and gtk_object_set_data_full functions
- From: Tristan Van Berkom <vantr touchtunes com>
- To: "Luesley, William" <william luesley amsjv com>
- Cc: "'gtk-app-devel-list gnome org'" <gtk-app-devel-list gnome org>
- Subject: Re: gtk_widget_ref and gtk_object_set_data_full functions
- Date: Thu, 02 Oct 2003 14:45:47 -0400
Luesley, William wrote:
>Hi,
>
>I'm fairly new to GTK and am updating some code to build menus (originally
>generated with Glade). Thanks to the excellent tutorial, I get the basics
>but there are a couple of function calls I have no idea what they are doing.
>After each menu item has been created, the following functions are run.
>
>gtk_widget_set_name(...)
>gtk_widget_set_ref(...)
>gtk_object_set_data_full(...)
>
>None of these functions are mentioned in the tutorial, and although present,
>are not documented in the API reference.
>
>Apologies in advance if this has been addressed before and I have missed it.
>
>
What versions of glade & gtk+ are you using and what version of
Documentation ?
2.0:
===
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#gtk-widget-set-name,
http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#g-object-ref
http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#g-object-set-data-full
1.2:
===
http://developer.gnome.org/doc/API/gtk/gtkwidget.html#GTK-WIDGET-SET-NAME);
http://developer.gnome.org/doc/API/gtk/gtkwidget.html#GTK-WIDGET-REF
http://developer.gnome.org/doc/API/gtk/gtkobject.html#GTK-OBJECT-SET-DATA-FULL
Cheers,
-Tristan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]