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 "deselect" signal
void user_function (GtkItem *item,
gpointer user_data); |
Emitted when the item is deselected.
The "select" signal
void user_function (GtkItem *item,
gpointer user_data); |
Emitted when the item is selected.
The "toggle" signal
void user_function (GtkItem *item,
gpointer user_data); |
Emitted when the item is toggled.