src/Builder4/PopoverFileDetails.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 11 Nov 2015 09:08:28 +0000 (17:08 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 11 Nov 2015 09:08:28 +0000 (17:08 +0800)
src/Builder4/PopoverFileDetails.vala

src/Builder4/PopoverFileDetails.bjs
src/Builder4/PopoverFileDetails.vala

index ee8821c..08622de 100644 (file)
          "tooltip_text" : "center, north, south, east, west",
          "$ visible" : true,
          "xalign" : 0.90000000000000002,
-         "* pack" : "attach_defaults,0,1,3,4",
+         "* pack" : "attach,0,1,3,4",
          "xtype" : "Label",
          "$ justify" : "Gtk.Justification.RIGHT",
          "x_options" : 4,
          "id" : "region",
          "$ visible" : true,
          "xtype" : "Entry",
-         "* pack" : "attach_defaults,1,2,3,4",
+         "* pack" : "attach,1,2,3,4",
          "$ xns" : "Gtk"
         },
         {
          "label" : "Parent Name",
          "$ visible" : true,
          "xalign" : 0.90000000000000002,
-         "* pack" : "attach_defaults,0,1,4,5",
+         "* pack" : "attach,0,1,4,5",
          "xtype" : "Label",
          "$ justify" : "Gtk.Justification.RIGHT",
          "x_options" : 4,
          "id" : "parent",
          "$ visible" : true,
          "xtype" : "Entry",
-         "* pack" : "attach_defaults,1,2,4,5",
+         "* pack" : "attach,1,2,4,5",
          "$ xns" : "Gtk"
         },
         {
index 129bff1..1b52ebf 100644 (file)
@@ -252,16 +252,16 @@ public class Xcls_PopoverFileDetails : Object
             this.el.attach (  child_5.el , 1,2,2,3 );
             var child_6 = new Xcls_Label13( _this );
             child_6.ref();
-            this.el.attach_defaults (  child_6.el , 0,1,3,4 );
+            this.el.attach (  child_6.el , 0,1,3,4 );
             var child_7 = new Xcls_region( _this );
             child_7.ref();
-            this.el.attach_defaults (  child_7.el , 1,2,3,4 );
+            this.el.attach (  child_7.el , 1,2,3,4 );
             var child_8 = new Xcls_Label15( _this );
             child_8.ref();
-            this.el.attach_defaults (  child_8.el , 0,1,4,5 );
+            this.el.attach (  child_8.el , 0,1,4,5 );
             var child_9 = new Xcls_parent( _this );
             child_9.ref();
-            this.el.attach_defaults (  child_9.el , 1,2,4,5 );
+            this.el.attach (  child_9.el , 1,2,4,5 );
             var child_10 = new Xcls_Label17( _this );
             child_10.ref();
             this.el.attach_defaults (  child_10.el , 0,1,5,6 );