the return of the theme selector, plus 3 new themes from cooltehno

This commit is contained in:
Paul Davis 2016-05-29 11:46:10 -04:00
parent e4cfa1d955
commit 4c60a925c0
12 changed files with 1619 additions and 19 deletions

View file

@ -72,6 +72,7 @@ bool emulate_key_event (unsigned int);
Glib::RefPtr<Gdk::Pixbuf> get_xpm (std::string);
std::vector<std::string> get_icon_sets ();
std::vector<std::string> get_color_themes ();
std::string get_icon_path (const char*, std::string icon_set = std::string(), bool is_image = true);
Glib::RefPtr<Gdk::Pixbuf> get_icon (const char*, std::string icon_set = std::string());
static std::map<std::string, Glib::RefPtr<Gdk::Pixbuf> > xpm_map;