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:
@@ -34,7 +34,7 @@ PreprocessWB::PreprocessWB() :
|
||||
evPreprocessWBMode(ProcEventMapper::getInstance()->newEvent(FIRST, "HISTORY_MSG_PREPROCWB_MODE")),
|
||||
mode(Gtk::manage(new MyComboBoxText()))
|
||||
{
|
||||
Gtk::HBox *hb = Gtk::manage(new Gtk::HBox());
|
||||
Gtk::Box *hb = Gtk::manage(new Gtk::Box());
|
||||
hb->pack_start(*Gtk::manage(new Gtk::Label(M("TP_PREPROCWB_MODE") + ": ")), Gtk::PACK_SHRINK, 0);
|
||||
|
||||
mode->append(M("TP_PREPROCWB_MODE_CAMERA"));
|
||||
|
Reference in New Issue
Block a user