diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 20:01:24 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 20:01:24 +0200 |
| commit | 29028ac7f3bfd3c719a08e5994d52e766c6c578f (patch) | |
| tree | a2dd836e8aaf10bb22be9ab815b97e1d42847f85 /include/adwaitamm/alertdialog.hpp | |
| parent | 8fa13e1de8294b5c45519c1902ba89f555bc86d9 (diff) | |
| download | libadwaitamm-29028ac7f3bfd3c719a08e5994d52e766c6c578f.tar.xz libadwaitamm-29028ac7f3bfd3c719a08e5994d52e766c6c578f.zip | |
adw: move ResponseAppearance
Diffstat (limited to 'include/adwaitamm/alertdialog.hpp')
| -rw-r--r-- | include/adwaitamm/alertdialog.hpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/adwaitamm/alertdialog.hpp b/include/adwaitamm/alertdialog.hpp index 8608cc6..2a34a45 100644 --- a/include/adwaitamm/alertdialog.hpp +++ b/include/adwaitamm/alertdialog.hpp @@ -22,6 +22,8 @@ using AdwAlertDialogClass = struct _AdwAlertDialogClass; namespace Adwaita { + enum struct ResponseAppearance; + struct AlertDialog : Dialog, helpers::gobj_mixin<AlertDialog, AdwAlertDialog> { @@ -38,13 +40,6 @@ namespace Adwaita auto static wrap_new(GObject * object) -> Glib::ObjectBase *; }; - enum struct ResponseAppearance : int - { - _default, - suggested, - destructive, - }; - using BaseObjectType = Class::BaseObjectType; using BaseClassType = Class::BaseClassType; using CppObjectType = Class::CppObjectType; |
