summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/enums.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'adw/include/adwaitamm/enums.hpp')
-rw-r--r--adw/include/adwaitamm/enums.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/adw/include/adwaitamm/enums.hpp b/adw/include/adwaitamm/enums.hpp
index d19ebc7..9bc9f0e 100644
--- a/adw/include/adwaitamm/enums.hpp
+++ b/adw/include/adwaitamm/enums.hpp
@@ -28,6 +28,13 @@ namespace Adwaita
PreferDark,
ForceDark,
};
+
+ enum struct ResponseAppearance
+ {
+ Default,
+ Suggested,
+ Destructive,
+ };
} // namespace Adwaita
namespace Glib
@@ -43,6 +50,7 @@ namespace Glib
VALUE_SPECIALIZATION(AccentColor);
VALUE_SPECIALIZATION(ColorScheme);
+ VALUE_SPECIALIZATION(ResponseAppearance);
#undef VALUE_SPECIALIZATION