gtkListItemNew(show = TRUE)
gtkListItemNewWithLabel(label, show = TRUE)
gtkListItemSelect(object)
gtkListItemDeselect(object)
gtkListItem(label, show = TRUE)
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.