gtkActionGetVisible {RGtk2}R Documentation

gtkActionGetVisible

Description

Returns whether the action itself is visible. Note that this doesn't necessarily mean effective visibility. See gtkActionIsSensitive for that.

Usage

gtkActionGetVisible(object)

Arguments

object

the action object

Details

Since 2.4

Value

[logical] TRUE if the action itself is visible.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]