Description
An item in a GtkListHierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkItem
+----GtkListItemInterfaces
GtkListItem implements
AtkImplementorIface and GtkBuildable
.Detailed Description
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.Convenient Construction
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.References
http://library.gnome.org/devel//gtk/GtkListItem.html