GtkItem {RGtk2}R Documentation

GtkItem

Description

Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem

Methods and Functions

gtkItemSelect(object)
gtkItemDeselect(object)
gtkItemToggle(object)

Hierarchy

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

Interfaces

GtkItem implements GtkBuildable and AtkImplementorIface.

Detailed Description

The GtkItem widget is an abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem.

Structures

GtkItem
The GtkItem struct contains private data only, and should be accessed using the functions below.

Signals

The (item, user.data)
Emitted when the item is deselected.

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

The (item, user.data)
Emitted when the item is selected.

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

The (item, user.data)
Emitted when the item is toggled.

item
[GtkItem] 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/GtkItem.html


[Package RGtk2 version 2.12.5-3 Index]