gtkToggleActionSetActive {RGtk2}R Documentation

gtkToggleActionSetActive

Description

Sets the checked state on the toggle action.

Usage

gtkToggleActionSetActive(object, is.active)

Arguments

object [GtkToggleAction] the action object
is.active [logical] whether the action should be checked or not

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]