Replaces the following deprecated Gtk classes throughout the codebase by their non-deprecated counterparts. Style, HBox, VBox, HPaned, VPaned, HScrollbar, VScrollbar, VSeparator, HSeparator, Stock, Table, VScale and HScale.
This commit is contained in:
@@ -424,8 +424,8 @@ private:
|
||||
Gtk::ToggleButton* const preview_;
|
||||
sigc::connection previewConn_;
|
||||
|
||||
Gtk::HBox* const ctboxshape;
|
||||
Gtk::HBox* const ctboxshapemethod;
|
||||
Gtk::Box* const ctboxshape;
|
||||
Gtk::Box* const ctboxshapemethod;
|
||||
|
||||
// Internal variables
|
||||
ControlPanelListener* controlPanelListener;
|
||||
|
Reference in New Issue
Block a user