New batch of Theme bugfix, see issue #3446 (still WIP)

This commit is contained in:
Hombre
2016-10-20 22:38:37 +02:00
parent 712468197d
commit f6a9e13297
13 changed files with 116 additions and 263 deletions

View File

@@ -123,7 +123,6 @@ public:
}
void setLevel(int level);
void updateStyle();
void show() {}
void show_all();
@@ -133,7 +132,6 @@ public:
void showBox();
void hideBox();
void on_style_updated ();
// bool on_draw(const ::Cairo::RefPtr< Cairo::Context> &cr);
};
@@ -172,16 +170,6 @@ private:
bool on_enter_leave_title (GdkEventCrossing* event);
/// Used to handle the colored background for the Enable button
bool on_enter_leave_enable (GdkEventCrossing* event);
// The part below can probably be removed from here and the CSS file.
/// Update the style of this widget, depending in the "slim" option
void updateStyle();
void on_style_updated ()
{
updateStyle();
}
protected:
Gtk::Container* child; /// Gtk::Contained to display below the expander's title