src/Builder4/ProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2015 08:00:28 +0000 (16:00 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2015 08:00:28 +0000 (16:00 +0800)
src/Builder4/ProjectSettings.vala

src/Builder4/ProjectSettings.bjs
src/Builder4/ProjectSettings.vala

index 4d7c775..773c7c8 100644 (file)
          "* pack" : "pack_start,false,false,0",
          "xtype" : "Label",
          "$ xns" : "Gtk"
+        },
+        {
+         "id" : "database_type",
+         "* pack" : "add",
+         "xtype" : "Entry",
+         "$ xns" : "Gtk"
         }
        ]
       }
index d4e959e..c19e6fc 100644 (file)
@@ -18,6 +18,7 @@ public class Xcls_ProjectSettings : Object
     public Xcls_base_template base_template;
     public Xcls_rootURL rootURL;
     public Xcls_view view;
+    public Xcls_database_type database_type;
 
         // my vars (def)
     public signal void buttonPressed (string btn);
@@ -558,6 +559,9 @@ public class Xcls_ProjectSettings : Object
             var child_0 = new Xcls_Label20( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
+            var child_1 = new Xcls_database_type( _this );
+            child_1.ref();
+            this.el.add (  child_1.el  );
         }
 
         // user defined functions 
@@ -582,6 +586,28 @@ public class Xcls_ProjectSettings : Object
             this.el.xalign = 0f;
         }
 
+        // user defined functions 
+    }
+    public class Xcls_database_type : Object 
+    {
+        public Gtk.Entry el;
+        private Xcls_ProjectSettings  _this;
+
+
+            // my vars (def)
+
+        // ctor 
+        public Xcls_database_type(Xcls_ProjectSettings _owner )
+        {
+            _this = _owner;
+            _this.database_type = this;
+            this.el = new Gtk.Entry();
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
         // user defined functions 
     }
 }