About all my projects
NO_TITLE

NO_TITLE

Gnome::Gtk4::T-activateaction

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, CArray[N-Variant] $args, gpointer $user-data  )
  • widget; The widget passed to the activation

  • args; The arguments passed to the activation

  • user-data; The user data provided when activating the action