Learn R Programming

RGtk2 (version 2.8.8)

GtkRadioAction: GtkRadioAction

Description

An action of which only one in a group can be active

Arguments

Methods and Functions

gtkRadioActionNew(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL, value = NULL) gtkRadioActionGetGroup(object) gtkRadioActionSetGroup(object, group) gtkRadioActionGetCurrentValue(object) gtkRadioAction(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL, value = NULL)

Hierarchy

\link{GObject} +----\link{GtkAction} +----\link{GtkToggleAction} +----GtkRadioAction

Detailed Description

A GtkRadioAction is similar to GtkRadioMenuItem. A number of radio actions can be linked together so that only one may be active at any one time.

Convenient Construction

gtkRadioAction is the equivalent of gtkRadioActionNew.

References

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