diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 12:52:32 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 12:52:32 +0200 |
| commit | ce93a783ee6228f54f5bd24da88becc913c5c85c (patch) | |
| tree | ee86b5eaa2c6969f24ee887fe37beb06adda5b75 /include/adwaitamm/enums.hpp | |
| parent | 673e58ca36421bb560d4e04277b6b58ce6e0db6f (diff) | |
| download | libadwaitamm-ce93a783ee6228f54f5bd24da88becc913c5c85c.tar.xz libadwaitamm-ce93a783ee6228f54f5bd24da88becc913c5c85c.zip | |
adw: implement HeaderBar
Diffstat (limited to 'include/adwaitamm/enums.hpp')
| -rw-r--r-- | include/adwaitamm/enums.hpp | 7 |
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); |
