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:
@@ -46,11 +46,11 @@ public:
|
||||
};
|
||||
|
||||
|
||||
class ThresholdAdjuster : public Gtk::VBox
|
||||
class ThresholdAdjuster : public Gtk::Box
|
||||
{
|
||||
|
||||
protected:
|
||||
Gtk::HBox* hbox;
|
||||
Gtk::Box* hbox;
|
||||
Gtk::Label* label;
|
||||
ThresholdSelector tSelector;
|
||||
//MySpinButton* spin;
|
||||
|
Reference in New Issue
Block a user