aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/enums.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/adwaitamm/enums.hpp')
-rw-r--r--include/adwaitamm/enums.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/adwaitamm/enums.hpp b/include/adwaitamm/enums.hpp
index 159b20d..0809a49 100644
--- a/include/adwaitamm/enums.hpp
+++ b/include/adwaitamm/enums.hpp
@@ -26,6 +26,12 @@ namespace Adwaita
Slate,
};
+ enum struct CenteringPolicy
+ {
+ Loose,
+ Strict,
+ };
+
enum struct ColorScheme
{
Default,
@@ -90,6 +96,7 @@ namespace Glib
}
VALUE_SPECIALIZATION(AccentColor);
+ VALUE_SPECIALIZATION(CenteringPolicy);
VALUE_SPECIALIZATION(ColorScheme);
VALUE_SPECIALIZATION(LengthType);
VALUE_SPECIALIZATION(PresentationMode);