Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GtkItem

GtkItem


Description

Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem

Methods and Functions

Hierarchy

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


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.