GtkItem
Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem
gtkItemSelect(object)
gtkItemDeselect(object)
gtkItemToggle(object)
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.