#pragma once #include #include #include class DefaultGtkIconThemeWrapper { private: static std::mutex default_theme_mutex; public: static bool has_icon(const std::string&); static Glib::RefPtr load_icon( const char*, int, Gtk::IconLookupFlags, Glib::RefPtr style = Glib::RefPtr()); };