Package: gtk

Function gtk:action-is-sensitive

Lambda List

gtk:action-is-sensitive (action)

Arguments

action -- a gtk:action object

Return Value

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

Details

Returns whether the action is effectively sensitive.

Warning

The gtk:action-is-sensitive function has been deprecated since version 3.10 and should not be used in newly written code. Use the g:action-enabled on a g:action object instead.
 

See also

2024-9-26