| GtkListItem {RGtk2} | R Documentation |
An item in a GtkList
gtkListItemNew(show = TRUE)
gtkListItemNewWithLabel(label, show = TRUE)
gtkListItemSelect(object)
gtkListItemDeselect(object)
gtkListItem(label, show = TRUE)
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.
GtkListItemGtkListItem 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)listitemGtkListItem] the object which received the signal.user.data
extend-selection(listitem, scroll.type, position, auto.start.selection, user.data)listitemGtkListItem] the object which received the signal.scroll.typeGtkScrollType] positionauto.start.selectionuser.data
scroll-horizontal(listitem, scroll.type, position, user.data)listitemGtkListItem] the object which received the signal.scroll.typeGtkScrollType] positionuser.data
scroll-vertical(listitem, scroll.type, position, user.data)listitemGtkListItem] the object which received the signal.scroll.typeGtkScrollType] positionuser.data
select-all(listitem, user.data)listitemGtkListItem] the object which received the signal.user.data
start-selection(listitem, user.data)listitemGtkListItem] the object which received the signal.user.data
toggle-add-mode(listitem, user.data)listitemGtkListItem] the object which received the signal.user.data
toggle-focus-row(listitem, user.data)listitemGtkListItem] the object which received the signal.user.data
undo-selection(listitem, user.data)listitemGtkListItem] the object which received the signal.user.data
unselect-all(listitem, user.data)listitemGtkListItem] the object which received the signal.user.data
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkListItem.html