summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/stylemanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'adw/include/adwaitamm/stylemanager.hpp')
-rw-r--r--adw/include/adwaitamm/stylemanager.hpp10
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: