Action.setVisible

Sets the :visible property of the action to @visible. Note that this doesn’t necessarily mean effective visibility. See gtk_action_is_visible() for that.

More...
class Action
void
setVisible
(
bool visible
)

Parameters

visible bool

%TRUE to make the action visible

Detailed Description

Deprecated: Use #GAction instead, and control and monitor the state of #GtkActionable widgets directly

Meta