pub(crate) fn add_activate_bindings<T: WidgetClassExt>(
klass: &mut T,
action: &str,
)
Expand description
Add key bindings to the given class to trigger the given action to activate a widget.
pub(crate) fn add_activate_bindings<T: WidgetClassExt>(
klass: &mut T,
action: &str,
)
Add key bindings to the given class to trigger the given action to activate a widget.