- 18 Jan, 2022 1 commit
-
-
alex-tee authored
-
- 20 May, 2021 1 commit
-
-
Matthias Clasen authored
Mostly fixing up indentation of continuation lines, and other small cleanups.
-
- 11 Mar, 2021 1 commit
-
-
- 17 Jan, 2021 1 commit
-
-
Timm Bäder authored
Fixes #3593
-
- 17 Nov, 2020 1 commit
-
-
Matthias Clasen authored
GtkBindingSignal does not exist anymore, so link to GtkSignalAction for an explanation of keybinding signals.
-
- 04 Apr, 2020 1 commit
-
-
Matthias Clasen authored
This is so we can test this code. While doing it I also fixed the missing else that was caused it not to work.
-
- 26 Mar, 2020 3 commits
-
-
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
-
- 19 Mar, 2020 3 commits
-
-
Matthias Clasen authored
This reverts commit 3ac4c76b, reversing changes made to 6ec96d2e.
-
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
-