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

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

index 1c76c63..038b2e1 100644 (file)
        "* pack" : "pack_start,?bool?,?bool?,?uint?",
        "xtype" : "HBox",
        "$ xns" : "Gtk"
+      },
+      {
+       "* pack" : "pack_start,?bool?,?bool?,?uint?",
+       "xtype" : "HButtonBox",
+       "$ xns" : "Gtk",
+       "items" : [
+        {
+         "* pack" : "pack_start,?bool?,?bool?,?uint?",
+         "xtype" : "Button",
+         "$ xns" : "Gtk"
+        }
+       ]
       }
      ]
     }
index 550d52c..16d7db7 100644 (file)
@@ -62,6 +62,9 @@ public class PopoverFileDetails : Object
             var child_1 = new Xcls_HBox20( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , ?bool?,?bool?,?uint? );
+            var child_2 = new Xcls_HButtonBox21( _this );
+            child_2.ref();
+            this.el.pack_start (  child_2.el , ?bool?,?bool?,?uint? );
         }
 
         // user defined functions 
@@ -564,6 +567,51 @@ public class PopoverFileDetails : Object
             // set gobject values
         }
 
+        // user defined functions 
+    }
+    public class Xcls_HButtonBox21 : Object 
+    {
+        public Gtk.HButtonBox el;
+        private PopoverFileDetails  _this;
+
+
+            // my vars (def)
+
+        // ctor 
+        public Xcls_HButtonBox21(PopoverFileDetails _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.HButtonBox();
+
+            // my vars (dec)
+
+            // set gobject values
+            var child_0 = new Xcls_Button22( _this );
+            child_0.ref();
+            this.el.pack_start (  child_0.el , ?bool?,?bool?,?uint? );
+        }
+
+        // user defined functions 
+    }
+    public class Xcls_Button22 : Object 
+    {
+        public Gtk.Button el;
+        private PopoverFileDetails  _this;
+
+
+            // my vars (def)
+
+        // ctor 
+        public Xcls_Button22(PopoverFileDetails _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Button();
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
         // user defined functions 
     }
 }