diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 20:45:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 20:45:03 +0200 |
| commit | 7af153c461e295f813e536720e769663d2275deb (patch) | |
| tree | 33bb22ea1c99decf7404beadde0d762988bc999d /adw/include/adwaitamm | |
| parent | 51babee1fc579cd99d32d1b7156ee553ed847339 (diff) | |
| download | turns-7af153c461e295f813e536720e769663d2275deb.tar.xz turns-7af153c461e295f813e536720e769663d2275deb.zip | |
adw: add missing StyleManager functions
Diffstat (limited to 'adw/include/adwaitamm')
| -rw-r--r-- | adw/include/adwaitamm/stylemanager.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
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 <gtkmm/application.h> #include <gdkmm/display.h> +#include <gdkmm/rgba.h> #include <glib-object.h> #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<Gdk::Display>; + 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: |
