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 [GtkAction] 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.12.5-3 Index]