| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
GtkBindingSignal does not exist anymore, so link to
GtkSignalAction for an explanation of keybinding signals.
|
|
|
|
|
|
| |
This is so we can test this code. While doing it
I also fixed the missing else that was caused it
not to work.
|
|
|
|
|
|
| |
Just like we did for GtkShortcutTrigger.
This allows language bindings to properly deal with all the actions.
|
|
|
|
| |
For all but the callback action, we can print something useful.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This reverts commit 3ac4c76b18cc89a841ce09f0943539f16988fd21, reversing
changes made to 6ec96d2e989d029a303b8b20ec72b86f974c0e87.
|
|
|
|
| |
For all but the callback action, we can print something useful.
|
|
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
- Activate a GAction
|