resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / WindowRightPalete.vala
index 988ad6d..046771a 100644 (file)
@@ -32,7 +32,7 @@ public class Xcls_RightPalete : Object
         // set gobject values
         var child_0 = new Xcls_viewbox( _this );
         child_0.ref();
-        this.el.add (  child_0.el  );
+        this.el.pack_start (  child_0.el , true,true,0 );
     }
 
     // user defined functions
@@ -60,7 +60,7 @@ public class Xcls_RightPalete : Object
     }
     public class Xcls_viewbox : Object
     {
-        public Gtk.VBox el;
+        public Gtk.Box el;
         private Xcls_RightPalete  _this;
 
 
@@ -71,14 +71,14 @@ public class Xcls_RightPalete : Object
         {
             _this = _owner;
             _this.viewbox = this;
-            this.el = new Gtk.VBox( true, 0 );
+            this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
             // my vars (dec)
 
             // set gobject values
             var child_0 = new Xcls_ScrolledWindow3( _this );
             child_0.ref();
-            this.el.add (  child_0.el  );
+            this.el.pack_start (  child_0.el , true,true,0 );
         }
 
         // user defined functions
@@ -148,7 +148,7 @@ public class Xcls_RightPalete : 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);