src/Builder4/PopoverProperty.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 09:35:51 +0000 (17:35 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 09:35:51 +0000 (17:35 +0800)
src/Builder4/PopoverProperty.vala

src/Builder4/PopoverProperty.bjs
src/Builder4/PopoverProperty.vala

index 58dc740..3dcdd54 100644 (file)
          "x_options" : 4,
          "$ xns" : "Gtk"
         },
-        {
-         "id" : "region",
-         "$ visible" : true,
-         "xtype" : "Entry",
-         "* pack" : "attach_defaults,1,2,2,3",
-         "$ xns" : "Gtk"
-        },
-        {
-         "label" : "Parent Name",
-         "$ visible" : true,
-         "xalign" : 0.90000000000000002,
-         "* pack" : "attach_defaults,0,1,3,4",
-         "xtype" : "Label",
-         "$ justify" : "Gtk.Justification.RIGHT",
-         "x_options" : 4,
-         "$ xns" : "Gtk"
-        },
         {
          "id" : "parent",
          "$ visible" : true,
index 1b8cc22..15b9055 100644 (file)
@@ -14,7 +14,6 @@ public class Xcls_PopoverProperty : Object
     }
     public Xcls_name name;
     public Xcls_title title;
-    public Xcls_region region;
     public Xcls_parent parent;
     public Xcls_permname permname;
     public Xcls_modOrder modOrder;
@@ -170,7 +169,7 @@ public class Xcls_PopoverProperty : Object
             var child_1 = new Xcls_Table4( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,4 );
-            var child_2 = new Xcls_HButtonBox21( _this );
+            var child_2 = new Xcls_HButtonBox19( _this );
             child_2.ref();
             this.el.pack_end (  child_2.el , false,true,0 );
         }
@@ -235,33 +234,27 @@ public class Xcls_PopoverProperty : Object
             var child_4 = new Xcls_Label9( _this );
             child_4.ref();
             this.el.attach_defaults (  child_4.el , 0,1,2,3 );
-            var child_5 = new Xcls_region( _this );
+            var child_5 = new Xcls_parent( _this );
             child_5.ref();
-            this.el.attach_defaults (  child_5.el , 1,2,2,3 );
+            this.el.attach_defaults (  child_5.el , 1,2,3,4 );
             var child_6 = new Xcls_Label11( _this );
             child_6.ref();
-            this.el.attach_defaults (  child_6.el , 0,1,3,4 );
-            var child_7 = new Xcls_parent( _this );
+            this.el.attach_defaults (  child_6.el , 0,1,4,5 );
+            var child_7 = new Xcls_permname( _this );
             child_7.ref();
-            this.el.attach_defaults (  child_7.el , 1,2,3,4 );
+            this.el.attach_defaults (  child_7.el , 1,2,4,5 );
             var child_8 = new Xcls_Label13( _this );
             child_8.ref();
-            this.el.attach_defaults (  child_8.el , 0,1,4,5 );
-            var child_9 = new Xcls_permname( _this );
+            this.el.attach_defaults (  child_8.el , 0,1,5,6 );
+            var child_9 = new Xcls_modOrder( _this );
             child_9.ref();
-            this.el.attach_defaults (  child_9.el , 1,2,4,5 );
+            this.el.attach_defaults (  child_9.el , 1,2,5,6 );
             var child_10 = new Xcls_Label15( _this );
             child_10.ref();
-            this.el.attach_defaults (  child_10.el , 0,1,5,6 );
-            var child_11 = new Xcls_modOrder( _this );
+            this.el.attach_defaults (  child_10.el , 0,1,6,7 );
+            var child_11 = new Xcls_build_module( _this );
             child_11.ref();
-            this.el.attach_defaults (  child_11.el , 1,2,5,6 );
-            var child_12 = new Xcls_Label17( _this );
-            child_12.ref();
-            this.el.attach_defaults (  child_12.el , 0,1,6,7 );
-            var child_13 = new Xcls_build_module( _this );
-            child_13.ref();
-            this.el.attach_defaults (  child_13.el , 1,2,6,7 );
+            this.el.attach_defaults (  child_11.el , 1,2,6,7 );
         }
 
         // user defined functions
@@ -389,55 +382,6 @@ public class Xcls_PopoverProperty : Object
         // user defined functions
     }
 
-    public class Xcls_region : Object
-    {
-        public Gtk.Entry el;
-        private Xcls_PopoverProperty  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_region(Xcls_PopoverProperty _owner )
-        {
-            _this = _owner;
-            _this.region = this;
-            this.el = new Gtk.Entry();
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label11 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_PopoverProperty  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label11(Xcls_PopoverProperty _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Parent Name" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.justify = Gtk.Justification.RIGHT;
-            this.el.xalign = 0.900000f;
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
     public class Xcls_parent : Object
     {
         public Gtk.Entry el;
@@ -462,7 +406,7 @@ public class Xcls_PopoverProperty : Object
         // user defined functions
     }
 
-    public class Xcls_Label13 : Object
+    public class Xcls_Label11 : Object
     {
         public Gtk.Label el;
         private Xcls_PopoverProperty  _this;
@@ -471,7 +415,7 @@ public class Xcls_PopoverProperty : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label13(Xcls_PopoverProperty _owner )
+        public Xcls_Label11(Xcls_PopoverProperty _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Permission Name" );
@@ -511,7 +455,7 @@ public class Xcls_PopoverProperty : Object
         // user defined functions
     }
 
-    public class Xcls_Label15 : Object
+    public class Xcls_Label13 : Object
     {
         public Gtk.Label el;
         private Xcls_PopoverProperty  _this;
@@ -520,7 +464,7 @@ public class Xcls_PopoverProperty : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label15(Xcls_PopoverProperty _owner )
+        public Xcls_Label13(Xcls_PopoverProperty _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Order (for tabs)" );
@@ -560,7 +504,7 @@ public class Xcls_PopoverProperty : Object
         // user defined functions
     }
 
-    public class Xcls_Label17 : Object
+    public class Xcls_Label15 : Object
     {
         public Gtk.Label el;
         private Xcls_PopoverProperty  _this;
@@ -569,7 +513,7 @@ public class Xcls_PopoverProperty : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label17(Xcls_PopoverProperty _owner )
+        public Xcls_Label15(Xcls_PopoverProperty _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Module to build (Vala only)" );
@@ -699,7 +643,7 @@ public class Xcls_PopoverProperty : Object
 
 
 
-    public class Xcls_HButtonBox21 : Object
+    public class Xcls_HButtonBox19 : Object
     {
         public Gtk.HButtonBox el;
         private Xcls_PopoverProperty  _this;
@@ -708,7 +652,7 @@ public class Xcls_PopoverProperty : Object
             // my vars (def)
 
         // ctor
-        public Xcls_HButtonBox21(Xcls_PopoverProperty _owner )
+        public Xcls_HButtonBox19(Xcls_PopoverProperty _owner )
         {
             _this = _owner;
             this.el = new Gtk.HButtonBox();
@@ -719,7 +663,7 @@ public class Xcls_PopoverProperty : Object
             this.el.margin_right = 4;
             this.el.margin_left = 4;
             this.el.margin_bottom = 4;
-            var child_0 = new Xcls_Button22( _this );
+            var child_0 = new Xcls_Button20( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
             var child_1 = new Xcls_save_btn( _this );
@@ -729,7 +673,7 @@ public class Xcls_PopoverProperty : Object
 
         // user defined functions
     }
-    public class Xcls_Button22 : Object
+    public class Xcls_Button20 : Object
     {
         public Gtk.Button el;
         private Xcls_PopoverProperty  _this;
@@ -738,7 +682,7 @@ public class Xcls_PopoverProperty : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Button22(Xcls_PopoverProperty _owner )
+        public Xcls_Button20(Xcls_PopoverProperty _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();