pub fn add_activate_binding_action<T: WidgetClassExt>(
klass: &mut T,
action: &str,
)
Expand description
Activate the given action when one of the ACTIVATE_KEYS
binding is
triggered.
pub fn add_activate_binding_action<T: WidgetClassExt>(
klass: &mut T,
action: &str,
)
Activate the given action when one of the ACTIVATE_KEYS
binding is
triggered.