Action.setSensitive

Warning gtk_action_set_sensitive has been deprecated since version 3.10 and should not be used in newly-written code. Use g_simple_action_set_enabled() on a GSimpleAction instead Sets the ::sensitive property of the action to sensitive. Note that this doesn't necessarily mean effective sensitivity. See gtk_action_is_sensitive() for that. Since 2.6

class Action
void
setSensitive
()

Parameters

sensitive int

TRUE to make the action sensitive

Meta