Details
struct GtkItem
The GtkItem struct contains private data only, and
should be accessed using the functions below.
gtk_item_select ()
void gtk_item_select (GtkItem *item); |
Emits the "select" signal on the given item.
gtk_item_deselect ()
void gtk_item_deselect (GtkItem *item); |
Emits the "deselect" signal on the given item.
gtk_item_toggle ()
void gtk_item_toggle (GtkItem *item); |
Emits the "toggle" signal on the given item.
Signals
The "select" signal
Emitted when the item is selected.
The "deselect" signal
Emitted when the item is deselected.
The "toggle" signal
Emitted when the item is toggled.