Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Signals Author(s) References
Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem
gtkItemSelect(object)
gtkItemDeselect(object)
gtkItemToggle(object)
1 2 3 4 5 6 7 8 9 10 | GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkItem
+----GtkMenuItem
+----GtkListItem
+----GtkTreeItem
|
GtkItem implements
AtkImplementorIface and GtkBuildable
.
The GtkItem
widget is an abstract base class for GtkMenuItem
, GtkListItem
and GtkTreeItem
.
GtkItem
The GtkItem
struct contains private data only, and
should be accessed using the functions below.
deselect(item, user.data)
Emitted when the item is deselected.
item
the object which received the signal.
user.data
user data set when the signal handler was connected.
select(item, user.data)
Emitted when the item is selected.
item
the object which received the signal.
user.data
user data set when the signal handler was connected.
toggle(item, user.data)
Emitted when the item is toggled.
item
the object which received the signal.
user.data
user data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkItem.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.