Package: gtk

Function gtk:action-is-visible

Lambda List

gtk:action-is-visible (action)

Arguments

action -- a gtk:action object

Return Value

True if the action and its associated action group are both visible.

Details

Returns whether the action is effectively visible.

Warning

The gtk:action-is-visible function has been deprecated since version 3.10 and should not be used in newly written code. Use the g:action interface instead, and control and monitor the state of gtk:actionable widgets directly.
 

See also

2024-9-26