Learn R Programming

RGtk2 (version 2.8.8)

GtkCheckButton: GtkCheckButton

Description

Create widgets with a discrete toggle button

Arguments

Methods and Functions

gtkCheckButtonNew(show = TRUE) gtkCheckButtonNewWithLabel(label, show = TRUE) gtkCheckButtonNewWithMnemonic(label, show = TRUE) gtkCheckButton(label, show = TRUE)

Hierarchy

\link{GObject} +----\link{GtkObject} +----\link{GtkWidget} +----\link{GtkContainer} +----\link{GtkBin} +----\link{GtkButton} +----\link{GtkToggleButton} +----GtkCheckButton +----\link{GtkRadioButton}

Interfaces

GtkCheckButton implements AtkImplementorIface.

Detailed Description

A GtkCheckButton places a discrete GtkToggleButton next to a widget, (usually a GtkLabel). See the section on GtkToggleButton widgets for more information about toggle/check buttons. The important signal ('toggled') is also inherited from GtkToggleButton.

Convenient Construction

gtkCheckButton is the result of collapsing the constructors of GtkCheckButton (gtkCheckButtonNew, gtkCheckButtonNewWithLabel, gtkCheckButtonNewWithMnemonic) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.

References

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