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:
@@ -91,7 +91,7 @@ DirBrowser::DirBrowser () : dirTreeModel(),
|
||||
, volumes(0)
|
||||
#endif
|
||||
{
|
||||
|
||||
set_orientation(Gtk::ORIENTATION_VERTICAL);
|
||||
dirtree = Gtk::manage ( new Gtk::TreeView() );
|
||||
scrolledwindow4 = Gtk::manage ( new Gtk::ScrolledWindow() );
|
||||
crt.property_ellipsize() = Pango::ELLIPSIZE_END;
|
||||
|
Reference in New Issue
Block a user