Action.setVisible

Sets the :visible property of the action to visible. Note that this doesn’t necessarily mean effective visibility. See Action.isVisible

for that.

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

Parameters

visible bool

TRUE to make the action visible

Detailed Description

Deprecated: Use gtk.Action instead, and control and monitor the state of GtkActionable widgets directly

Meta