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 function gtk-action-is-sensitive has been deprecated since version 3.10 and should not be used in newly written code. Use the function g-action-enabled on a g-action object instead.
 

See also

2021-7-20