src/Builder4/PopoverFileDetails.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 12 May 2015 08:01:51 +0000 (16:01 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 12 May 2015 08:01:51 +0000 (16:01 +0800)
src/Builder4/PopoverFileDetails.vala

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

index 038b2e1..25b8c37 100644 (file)
        "xtype" : "HButtonBox",
        "$ xns" : "Gtk",
        "items" : [
+        {
+         "* pack" : "pack_start,?bool?,?bool?,?uint?",
+         "xtype" : "Button",
+         "$ xns" : "Gtk"
+        },
         {
          "* pack" : "pack_start,?bool?,?bool?,?uint?",
          "xtype" : "Button",
index 16d7db7..0cda5cf 100644 (file)
@@ -589,6 +589,9 @@ public class PopoverFileDetails : Object
             var child_0 = new Xcls_Button22( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , ?bool?,?bool?,?uint? );
+            var child_1 = new Xcls_Button23( _this );
+            child_1.ref();
+            this.el.pack_start (  child_1.el , ?bool?,?bool?,?uint? );
         }
 
         // user defined functions 
@@ -612,6 +615,27 @@ public class PopoverFileDetails : Object
             // set gobject values
         }
 
+        // user defined functions 
+    }
+    public class Xcls_Button23 : Object 
+    {
+        public Gtk.Button el;
+        private PopoverFileDetails  _this;
+
+
+            // my vars (def)
+
+        // ctor 
+        public Xcls_Button23(PopoverFileDetails _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Button();
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
         // user defined functions 
     }
 }