Package: gtk

GFlags gtk:shortcut-action-flags

Declaration

(gobject:define-gflags "GtkShortcutActionFlags" shortcut-action-flags
  (:export t
   :type-initializer "gtk_shortcut_action_flags_get_type")
  (:exclusive #.(ash 1 0)))  

Values

: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.

Details

List of flags that can be passed to action activation. More flags may be added in the future.
 

See also

2024-11-1