From 29028ac7f3bfd3c719a08e5994d52e766c6c578f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 4 Apr 2025 20:01:24 +0200 Subject: adw: move ResponseAppearance --- include/adwaitamm/alertdialog.hpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'include/adwaitamm/alertdialog.hpp') 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 { @@ -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; -- cgit v1.2.3