resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / WindowLeftProjects.vala
index 3cca1f3..7d3e22c 100644 (file)
@@ -2,7 +2,7 @@ static Xcls_WindowLeftProjects  _WindowLeftProjects;
 
 public class Xcls_WindowLeftProjects : Object
 {
-    public Gtk.VBox el;
+    public Gtk.Box el;
     private Xcls_WindowLeftProjects  _this;
 
     public static Xcls_WindowLeftProjects singleton()
@@ -26,13 +26,14 @@ public class Xcls_WindowLeftProjects : Object
     public Xcls_WindowLeftProjects()
     {
         _this = this;
-        this.el = new Gtk.VBox( false, 0 );
+        this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
         // my vars (dec)
         this.is_loaded = false;
         this.is_loading = false;
 
         // set gobject values
+        this.el.homogeneous = false;
         var child_0 = new Xcls_ScrolledWindow2( _this );
         child_0.ref();
         this.el.pack_end (  child_0.el , true,true,0 );
@@ -65,7 +66,7 @@ public class Xcls_WindowLeftProjects : Object
             m.append(out iter);
             m.set(iter,   0,projects.get(i).name );
             
-            var o = new GLib.Value(typeof(Object));
+            var o =  GLib.Value(typeof(Object));
             o.set_object((Object)projects.get(i));
                        
             m.set_value(iter, 1, o);
@@ -176,7 +177,7 @@ public class Xcls_WindowLeftProjects : Object
 
             var description = new Pango.FontDescription();
                  description.set_size(8000);
-                this.el.modify_font(description);     
+                this.el.override_font(description);     
                                 
                 var selection = this.el.get_selection();
                 selection.set_mode( Gtk.SelectionMode.SINGLE);