diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-03 00:47:49 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-03 00:47:49 -0400 |
commit | 76cabbd37f6197200ca3e8ac34e1b69553857da9 (patch) | |
tree | c1290770088dcec04fd13f6f1365d303638ad739 /abaddon.hpp | |
parent | 9b1bc8f14590db0cf460fd62a7eb856e02a531db (diff) | |
download | abaddon-portaudio-76cabbd37f6197200ca3e8ac34e1b69553857da9.tar.gz abaddon-portaudio-76cabbd37f6197200ca3e8ac34e1b69553857da9.zip |
add basic css support
Diffstat (limited to 'abaddon.hpp')
-rw-r--r-- | abaddon.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abaddon.hpp b/abaddon.hpp index 5a533b3..8711dea 100644 --- a/abaddon.hpp +++ b/abaddon.hpp @@ -30,6 +30,8 @@ public: void ActionChatDeleteMessage(Snowflake channel_id, Snowflake id); void ActionChatEditMessage(Snowflake channel_id, Snowflake id); + void ActionReloadCSS(); + std::string GetDiscordToken() const; bool IsDiscordActive() const; @@ -51,6 +53,7 @@ private: mutable std::mutex m_mutex; Glib::RefPtr<Gtk::Application> m_gtk_app; + Glib::RefPtr<Gtk::CssProvider> m_css_provider; SettingsManager m_settings; std::unique_ptr<MainWindow> m_main_window; // wah wah cant create a gtkstylecontext fuck you }; |