diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 21:23:36 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 21:23:36 +0200 |
| commit | f95d76f5069d5c4cbb08b18145e24ed13a5fffc2 (patch) | |
| tree | 5b6fb9d6ef547039c895b004a238bcb1c37807f0 /include/adwaitamm/dialog.hpp | |
| parent | d99cd911f62619cfa7da63b6b75d8315ec81d2fc (diff) | |
| download | libadwaitamm-f95d76f5069d5c4cbb08b18145e24ed13a5fffc2.tar.xz libadwaitamm-f95d76f5069d5c4cbb08b18145e24ed13a5fffc2.zip | |
adw: fix class derivations
Diffstat (limited to 'include/adwaitamm/dialog.hpp')
| -rw-r--r-- | include/adwaitamm/dialog.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/adwaitamm/dialog.hpp b/include/adwaitamm/dialog.hpp index 23a864c..44dde25 100644 --- a/include/adwaitamm/dialog.hpp +++ b/include/adwaitamm/dialog.hpp @@ -1,8 +1,8 @@ #ifndef LIBADWAITAMM_DIALOG_HPP #define LIBADWAITAMM_DIALOG_HPP -#include "helpers/gobj_mixin.hpp" #include "adwaitamm/breakpoint.hpp" +#include "helpers/gobj_mixin.hpp" #include <glibmm/class.h> #include <glibmm/object.h> @@ -10,6 +10,7 @@ #include <glibmm/refptr.h> #include <glibmm/ustring.h> +#include <gtkmm/shortcutmanager.h> #include <gtkmm/widget.h> #include <glib-object.h> @@ -22,6 +23,7 @@ namespace Adwaita struct Dialog_Class; struct Dialog : Gtk::Widget, + Gtk::ShortcutManager, helpers::gobj_mixin<Dialog, AdwDialog> { struct Class : Glib::Class |
