Gnome::Gtk4::T-shortcutaction
Bitfields§
GtkShortcutActionFlags§
List of flags that can be passed to action activation.
More flags may be added in the future.
- GTK_SHORTCUT_ACTION_EXCLUSIVE; The action is the only action that can be activated. If this flag is not set, a future activation may select a different action.
Callback Functions§
ShortcutFunc§
Signature§
:( N-Object() $widget, N-Object $args, gpointer $user-data )
Code
- $widget; The widget passed to the activation
- $args; The arguments passed to the activation
- $user-data; The user data provided when activating the action
About my projects, examples and tutorials