src/Builder4/DialogNewComponent.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 27 Apr 2015 09:38:25 +0000 (17:38 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 27 Apr 2015 09:38:25 +0000 (17:38 +0800)
src/Builder4/DialogNewComponent.vala

src/Builder4/DialogNewComponent.bjs
src/Builder4/DialogNewComponent.vala

index 06d60a2..5253840 100644 (file)
          "x_options" : 4,
          "$ xns" : "Gtk"
         },
+        {
+         "* pack" : "add",
+         "xtype" : "ComboBox",
+         "$ xns" : "Gtk"
+        },
         {
          "id" : "modOrder",
          "$ visible" : true,
index 6a75c27..7be9da4 100644 (file)
@@ -43,10 +43,10 @@ public class Xcls_DialogNewComponent : Object
         var child_0 = new Xcls_VBox2( _this );
         child_0.ref();
         this.el.get_content_area().add (  child_0.el  );
-        var child_1 = new Xcls_Button18( _this );
+        var child_1 = new Xcls_Button19( _this );
         child_1.ref();
         this.el.add_action_widget (  child_1.el , 0 );
-        var child_2 = new Xcls_Button19( _this );
+        var child_2 = new Xcls_Button20( _this );
         child_2.ref();
         this.el.add_action_widget (  child_2.el , 1 );
 
@@ -285,9 +285,12 @@ public class Xcls_DialogNewComponent : Object
             var child_12 = new Xcls_Label16( _this );
             child_12.ref();
             this.el.attach_defaults (  child_12.el , 0,1,6,7 );
-            var child_13 = new Xcls_modOrder( _this );
+            var child_13 = new Xcls_ComboBox17( _this );
             child_13.ref();
-            this.el.attach_defaults (  child_13.el , 1,2,5,6 );
+            this.el.add (  child_13.el  );
+            var child_14 = new Xcls_modOrder( _this );
+            child_14.ref();
+            this.el.attach_defaults (  child_14.el , 1,2,5,6 );
         }
 
         // user defined functions 
@@ -598,6 +601,27 @@ public class Xcls_DialogNewComponent : Object
 
         // user defined functions 
     }
+    public class Xcls_ComboBox17 : Object 
+    {
+        public Gtk.ComboBox el;
+        private Xcls_DialogNewComponent  _this;
+
+
+            // my vars (def)
+
+        // ctor 
+        public Xcls_ComboBox17(Xcls_DialogNewComponent _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.ComboBox();
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions 
+    }
     public class Xcls_modOrder : Object 
     {
         public Gtk.Entry el;
@@ -621,7 +645,7 @@ public class Xcls_DialogNewComponent : Object
 
         // user defined functions 
     }
-    public class Xcls_Button18 : Object 
+    public class Xcls_Button19 : Object 
     {
         public Gtk.Button el;
         private Xcls_DialogNewComponent  _this;
@@ -630,7 +654,7 @@ public class Xcls_DialogNewComponent : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Button18(Xcls_DialogNewComponent _owner )
+        public Xcls_Button19(Xcls_DialogNewComponent _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -643,7 +667,7 @@ public class Xcls_DialogNewComponent : Object
 
         // user defined functions 
     }
-    public class Xcls_Button19 : Object 
+    public class Xcls_Button20 : Object 
     {
         public Gtk.Button el;
         private Xcls_DialogNewComponent  _this;
@@ -652,7 +676,7 @@ public class Xcls_DialogNewComponent : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Button19(Xcls_DialogNewComponent _owner )
+        public Xcls_Button20(Xcls_DialogNewComponent _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();