Name
GtkListItem -- an item in a
GtkList.
Signal Prototypes
"toggle-focus-row"
void user_function (GtkListItem *listitem,
gpointer user_data);
"select-all"
void user_function (GtkListItem *listitem,
gpointer user_data);
"unselect-all"
void user_function (GtkListItem *listitem,
gpointer user_data);
"undo-selection"
void user_function (GtkListItem *listitem,
gpointer user_data);
"start-selection"
void user_function (GtkListItem *listitem,
gpointer user_data);
"end-selection"
void user_function (GtkListItem *listitem,
gpointer user_data);
"toggle-add-mode"
void user_function (GtkListItem *listitem,
gpointer user_data);
"extend-selection"
void user_function (GtkListItem *listitem,
GtkScrollType scroll_type,
gfloat position,
gboolean auto_start_selection,
gpointer user_data);
"scroll-vertical"
void user_function (GtkListItem *listitem,
GtkScrollType scroll_type,
gfloat position,
gpointer user_data);
"scroll-horizontal"
void user_function (GtkListItem *listitem,
GtkScrollType scroll_type,
gfloat position,
gpointer user_data); |
Details
struct GtkListItem
The GtkListItem struct contains private data only, and should
only be accessed using the functions below.
gtk_list_item_new_with_label ()
Creates a new GtkListItem with a child label containing the given string.
gtk_list_item_select ()
Selects the item, by emitting the item's "select" signal.
Depending on the selection mode of the list, this may cause other items to
be deselected.
gtk_list_item_deselect ()
Deselects the item, by emitting the item's "deselect" signal.
Signals
The "toggle-focus-row" signal
The "unselect-all" signal
The "undo-selection" signal
The "start-selection" signal
The "end-selection" signal
The "toggle-add-mode" signal
The "extend-selection" signal
The "scroll-vertical" signal
The "scroll-horizontal" signal