Solving issue 2290: "Enhanced look"

This commit is contained in:
Hombrenatureh.510
2014-03-24 20:47:58 +01:00
parent 70d2cdde5c
commit db633c4800
111 changed files with 2890 additions and 413 deletions

View File

@@ -29,7 +29,7 @@ class ILabel : public Gtk::DrawingArea {
ILabel (Glib::ustring lab);
bool on_expose_event(GdkEventExpose* event);
void on_realize();
void styleChanged (const Glib::RefPtr<Gtk::Style>& style);
void on_style_changed (const Glib::RefPtr<Gtk::Style>& style);
};
#endif