gtkActionSetVisible {RGtk2} | R Documentation |
Sets the ::visible property of the action to visible
. Note that
this doesn't necessarily mean effective visibility. See
gtkActionIsVisible
for that.
gtkActionSetVisible(object, visible)
|
[GtkAction ] the action object |
|
[logical] TRUE to make the action visible |
Since 2.6
Derived by RGtkGen from GTK+ documentation