Learn R Programming

RGtk2 (version 2.20.1)

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) gtkRadioActionSetCurrentValue(object, current.value) gtkRadioAction(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL, value = NULL)

Hierarchy

GObject +----GtkAction +----GtkToggleAction +----GtkRadioAction

Interfaces

GtkRadioAction implements GtkBuildable.

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://library.gnome.org/devel//gtk/GtkRadioAction.html