Name
GtkListItem -- an item in a
GtkList.
Signal Prototypes
"end-selection"
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-horizontal"
void user_function (GtkListItem *listitem,
GtkScrollType scroll_type,
gfloat position,
gpointer user_data);
"scroll-vertical"
void user_function (GtkListItem *listitem,
GtkScrollType scroll_type,
gfloat position,
gpointer user_data);
"select-all"
void user_function (GtkListItem *listitem,
gpointer user_data);
"start-selection"
void user_function (GtkListItem *listitem,
gpointer user_data);
"toggle-add-mode"
void user_function (GtkListItem *listitem,
gpointer user_data);
"toggle-focus-row"
void user_function (GtkListItem *listitem,
gpointer user_data);
"undo-selection"
void user_function (GtkListItem *listitem,
gpointer user_data);
"unselect-all"
void user_function (GtkListItem *listitem,
gpointer user_data);
|
Details
struct GtkListItem
Warning |
GtkListItem is deprecated and should not be used in newly-written code.
|
The GtkListItem struct contains private data only, and should
only be accessed using the functions below.
gtk_list_item_new ()
Warning |
gtk_list_item_new is deprecated and should not be used in newly-written code.
|
Creates a new GtkListitem.
gtk_list_item_new_with_label ()
Warning |
gtk_list_item_new_with_label is deprecated and should not be used in newly-written code.
|
Creates a new GtkListItem with a child label containing the given string.
gtk_list_item_select ()
Warning |
gtk_list_item_select is deprecated and should not be used in newly-written code.
|
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 ()
Warning |
gtk_list_item_deselect is deprecated and should not be used in newly-written code.
|
Deselects the item, by emitting the item's "deselect" signal.
Signals
The "end-selection" signal
The "extend-selection" signal
The "scroll-horizontal" signal
The "scroll-vertical" signal
The "start-selection" signal
The "toggle-add-mode" signal
The "toggle-focus-row" signal
The "undo-selection" signal
The "unselect-all" signal