GtkItem: GtkItem

Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Signals Author(s) References

Description

Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem

Methods and Functions

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

Hierarchy

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkItem
                                       +----GtkMenuItem
                                       +----GtkListItem
                                       +----GtkTreeItem

Interfaces

GtkItem implements AtkImplementorIface and GtkBuildable.

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

deselect(item, user.data)

Emitted when the item is deselected.

item

the object which received the signal.

user.data

user data set when the signal handler was connected.

select(item, user.data)

Emitted when the item is selected.

item

the object which received the signal.

user.data

user data set when the signal handler was connected.

toggle(item, user.data)

Emitted when the item is toggled.

item

the object which received the signal.

user.data

user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

https://developer.gnome.org/gtk2/stable/GtkItem.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to GtkItem in RGtk2...