Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Signals Author(s) References
An item in a GtkList
gtkListItemNew(show = TRUE)
gtkListItemNewWithLabel(label, show = TRUE)
gtkListItemSelect(object)
gtkListItemDeselect(object)
gtkListItem(label, show = TRUE)
1 2 3 4 5 6 7 8 | GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkItem
+----GtkListItem
|
GtkListItem implements
AtkImplementorIface and GtkBuildable
.
The GtkListItem
widget is used for each item in a GtkList
.
GtkList has has been deprecated since GTK+ 2.0 and should not be used
in newly written code. Use GtkTreeView
instead.
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.
gtkListItem
is the result of collapsing the constructors of GtkListItem
(gtkListItemNew
, gtkListItemNewWithLabel
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.
end-selection(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
extend-selection(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
scroll-horizontal(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
scroll-vertical(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
select-all(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
start-selection(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
toggle-add-mode(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
toggle-focus-row(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
undo-selection(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
unselect-all(listitem, user.data)
undocumented
listitem
the object which received the signal.
user.data
user data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkListItem.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.