Gtk3 theme ready, Gtk2 stuff removed, slim mode removed, RT logo images enhanced.

This commit is contained in:
Beep6581
2015-11-17 02:52:38 +01:00
parent d26eaa174d
commit a9aa5308b5
90 changed files with 5127 additions and 8311 deletions

View File

@@ -127,7 +127,6 @@ protected:
Gtk::ComboBoxText* curveBBoxPosC;
Gtk::ComboBoxText* theme;
Gtk::CheckButton* slimUI;
Gtk::CheckButton* chUseSystemTheme;
Gtk::FontButton* fontbutton;
Gtk::ColorButton* butCropCol;
@@ -195,8 +194,6 @@ protected:
Glib::ustring initialTheme;
Glib::ustring initialFont;
bool oldSlimUI;
void fillPreferences ();
void storePreferences ();
void parseDir (Glib::ustring dirname, std::vector<Glib::ustring>& items, Glib::ustring ext);
@@ -210,7 +207,7 @@ protected:
void forImageComboChanged ();
void layoutComboChanged ();
void bundledProfilesChanged();
void switchThemeTo (Glib::ustring newTheme, bool slimInterface);
void switchThemeTo (Glib::ustring newTheme);
void switchFontTo (Glib::ustring newFont);
bool splashClosed(GdkEventAny* event);