From 7af153c461e295f813e536720e769663d2275deb Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 4 Apr 2025 20:45:03 +0200 Subject: adw: add missing StyleManager functions --- adw/include/adwaitamm/stylemanager.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'adw/include/adwaitamm') diff --git a/adw/include/adwaitamm/stylemanager.hpp b/adw/include/adwaitamm/stylemanager.hpp index 8c6fd85..8a365f9 100644 --- a/adw/include/adwaitamm/stylemanager.hpp +++ b/adw/include/adwaitamm/stylemanager.hpp @@ -14,6 +14,7 @@ #include #include +#include #include #define _ADWAITA_INSIDE @@ -64,6 +65,15 @@ namespace Adwaita auto static get_base_type() -> GType; auto get_accent_color() const -> AccentColor; + auto get_accent_color_rgba() const -> Gdk::RGBA; + auto get_color_scheme() const -> ColorScheme; + auto get_dark() const -> bool; + auto get_display() const -> Glib::RefPtr; + auto get_document_font_name() const -> Glib::ustring; + auto get_high_contrast() const -> bool; + auto get_monospace_font_name() const -> Glib::ustring; + auto get_system_supports_accent_colors() const -> bool; + auto get_system_supports_color_schemes() const -> bool; auto set_color_scheme(ColorScheme value) -> void; protected: -- cgit v1.2.3