aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/enums.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/enums.hpp
parent8fa13e1de8294b5c45519c1902ba89f555bc86d9 (diff)
downloadlibadwaitamm-29028ac7f3bfd3c719a08e5994d52e766c6c578f.tar.xz
libadwaitamm-29028ac7f3bfd3c719a08e5994d52e766c6c578f.zip
adw: move ResponseAppearance
Diffstat (limited to 'include/adwaitamm/enums.hpp')
-rw-r--r--include/adwaitamm/enums.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/adwaitamm/enums.hpp b/include/adwaitamm/enums.hpp
index d19ebc7..9bc9f0e 100644
--- a/include/adwaitamm/enums.hpp
+++ b/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