Gtk3 by Hombre, issue 2807
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user