GtkListItem {RGtk2}R Documentation

GtkListItem

Description

An item in a GtkList

Methods and Functions

gtkListItemNew(show = TRUE)
gtkListItemNewWithLabel(label, show = TRUE)
gtkListItemSelect(object)
gtkListItemDeselect(object)
gtkListItem(label, show = TRUE)

Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkItem
                                       +----GtkListItem

Interfaces

GtkListItem implements GtkBuildable and AtkImplementorIface.

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.

Structures

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.

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.

Signals

The (listitem, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

The (listitem, scroll.type, position, auto.start.selection, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
scroll.type
[GtkScrollType]
position
[numeric]
auto.start.selection
[logical]
user.data
[R object] user data set when the signal handler was connected.

The (listitem, scroll.type, position, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
scroll.type
[GtkScrollType]
position
[numeric]
user.data
[R object] user data set when the signal handler was connected.

The (listitem, scroll.type, position, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
scroll.type
[GtkScrollType]
position
[numeric]
user.data
[R object] user data set when the signal handler was connected.

The (listitem, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

The (listitem, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

The (listitem, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

The (listitem, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

The (listitem, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

The (listitem, user.data)
undocumented

listitem
[GtkListItem] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkListItem.html


[Package RGtk2 version 2.12.5-3 Index]