aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/alertdialog.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-04 20:01:24 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-04 20:01:24 +0200
commit29028ac7f3bfd3c719a08e5994d52e766c6c578f (patch)
treea2dd836e8aaf10bb22be9ab815b97e1d42847f85 /include/adwaitamm/alertdialog.hpp
parent8fa13e1de8294b5c45519c1902ba89f555bc86d9 (diff)
downloadlibadwaitamm-29028ac7f3bfd3c719a08e5994d52e766c6c578f.tar.xz
libadwaitamm-29028ac7f3bfd3c719a08e5994d52e766c6c578f.zip
adw: move ResponseAppearance
Diffstat (limited to 'include/adwaitamm/alertdialog.hpp')
-rw-r--r--include/adwaitamm/alertdialog.hpp9
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;