Sets our main struct and passes it to the parent class
Emitted when the item is deselected.
Emitted when the item is selected.
Emitted when the item is toggled.
Warning gtk_item_deselect has been deprecated since version 2.22 and should not be used in newly-written code. Use gtk_menu_item_deselect() instead Emits the "deselect" signal on the given item.
the main Gtk struct as a void*
Warning gtk_item_select has been deprecated since version 2.22 and should not be used in newly-written code. Use gtk_menu_item_select() instead Emits the "select" signal on the given item.
Warning gtk_item_toggle has been deprecated since version 2.22 and should not be used in newly-written code. This function will be removed in GTK+ 3 Emits the "toggle" signal on the given item.
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
Gets the child of the GtkBin, or NULL if the bin contains no child widget. The returned widget does not have a reference added, so you do not need to unref it.
Description The GtkItem widget is an abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem. GtkItem is deprecated and will be removed in GTK+ 3.