gtkListItemNew(show = TRUE)
gtkListItemNewWithLabel(label, show = TRUE)
gtkListItemSelect(object)
gtkListItemDeselect(object)
gtkListItem(label, show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkItem +----GtkListItem
GtkBuildable
.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
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)
listitem
user.data
extend-selection(listitem, user.data)
listitem
user.data
scroll-horizontal(listitem, user.data)
listitem
user.data
scroll-vertical(listitem, user.data)
listitem
user.data
select-all(listitem, user.data)
listitem
user.data
start-selection(listitem, user.data)
listitem
user.data
toggle-add-mode(listitem, user.data)
listitem
user.data
toggle-focus-row(listitem, user.data)
listitem
user.data
undo-selection(listitem, user.data)
listitem
user.data
unselect-all(listitem, user.data)
listitem
user.data