Gtk3 by Hombre, issue 2807

This commit is contained in:
Morgan Hardwood
2015-08-12 16:07:19 +02:00
parent 91f67f0cb6
commit 56a0805bc7
133 changed files with 3950 additions and 2626 deletions

View File

@@ -48,7 +48,7 @@ private:
public:
ToolVBox();
void on_style_changed (const Glib::RefPtr<Gtk::Style>& style);
void on_style_updated ();
};
/// @brief This class control the space around a tool's block of parameter. */
@@ -59,7 +59,7 @@ private:
public:
ToolParamBlock();
void on_style_changed (const Glib::RefPtr<Gtk::Style>& style);
void on_style_updated ();
};
class ToolPanel
@@ -202,6 +202,8 @@ public:
bool get_inconsistent(); // related to the enabled/disabled state
void set_inconsistent(bool isInconsistent); // related to the enabled/disabled state
void setLevel (int level);
// Functions that want to receive an enabled/disabled event from this class
// will have to receive it from MyExpander directly, we do not create
// a relaying event