gtkActionSetVisible {RGtk2}R Documentation

gtkActionSetVisible

Description

Sets the ::visible property of the action to visible. Note that this doesn't necessarily mean effective visibility. See gtkActionIsVisible for that.

Usage

gtkActionSetVisible(object, visible)

Arguments

object [GtkAction] the action object
visible [logical] TRUE to make the action visible

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]