gtkCheckMenuItemSetActive {RGtk2}R Documentation

gtkCheckMenuItemSetActive

Description

Sets the active state of the menu item's check box.

Usage

gtkCheckMenuItemSetActive(object, is.active)

Arguments

object [GtkCheckMenuItem] a GtkCheckMenuItem.
is.active [logical] boolean value indicating whether the check box is active.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]