Skip to content
  • Benjamin Otte's avatar
    shortcut: Add GtkShortcutAction · cd0332aa
    Benjamin Otte authored and Matthias Clasen's avatar Matthias Clasen committed
    Similar to GtkShortcutTrigger, GtkShortCutAction provides all the
    different ways to activate a shortcut.
    
    So far, these different ways are supported:
    
     - do nothing
     - Call a user-provided callback
     - Call gtk_widget_activate()
     - Call gtk_widget_mnemonic_activate()
     - Emit an action signal
     - Activate an action from the widget's action muxer
    cd0332aa