Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Oct 2014 09:57:15 +0000 (17:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Oct 2014 09:57:15 +0000 (17:57 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 8994382..ed7a528 100644 (file)
                                     ]
                                 }
                             ]
+                        },
+                        {
+                            "xtype" : "Label",
+                            "$ xns" : "Gtk"
                         }
                     ]
                 }
index 00fe4df..f418e1e 100644 (file)
@@ -55,6 +55,8 @@ public class ValaProjectSettings : Object
             var child_1 = new Xcls_HPaned18( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
+            var child_2 = new Xcls_Label29( _this );
+            child_2.ref();
         }
 
         // user defined functions 
@@ -697,6 +699,27 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
+        // user defined functions 
+    }
+    public class Xcls_Label29 : Object 
+    {
+        public Gtk.Label el;
+        private ValaProjectSettings  _this;
+
+
+            // my vars (def)
+
+        // ctor 
+        public Xcls_Label29(ValaProjectSettings _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Label( null );
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
         // user defined functions 
     }
 }