src/Builder4/PopoverFileDetails.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 13 Nov 2015 07:01:09 +0000 (15:01 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 13 Nov 2015 07:01:09 +0000 (15:01 +0800)
src/Builder4/PopoverFileDetails.vala

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

index 98675c7..a73ae84 100644 (file)
          "xtype" : "Button",
          "* pack" : "add",
          "string label" : "Save",
-         "$ xns" : "Gtk"
+         "$ xns" : "Gtk",
+         "items" : [
+          {
+           "label" : "Module to build (Vala only)",
+           "$ visible" : true,
+           "xalign" : 0.90000000000000002,
+           "* pack" : "attach,0,7,1,1",
+           "xtype" : "Label",
+           "$ justify" : "Gtk.Justification.RIGHT",
+           "x_options" : 4,
+           "$ xns" : "Gtk"
+          }
+         ]
         }
        ]
       }
index 4bad38b..b1cb64c 100644 (file)
@@ -1021,6 +1021,9 @@ public class Xcls_PopoverFileDetails : Object
 
             // set gobject values
             this.el.label = "Save";
+            var child_0 = new Xcls_Label29( _this );
+            child_0.ref();
+            this.el.attach (  child_0.el , 0,7,1,1 );
 
             //listeners
             this.el.clicked.connect( ( ) =>  { 
@@ -1138,6 +1141,31 @@ public class Xcls_PopoverFileDetails : Object
 
         // user defined functions
     }
+    public class Xcls_Label29 : Object
+    {
+        public Gtk.Label el;
+        private Xcls_PopoverFileDetails  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_Label29(Xcls_PopoverFileDetails _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Label( "Module to build (Vala only)" );
+
+            // my vars (dec)
+
+            // set gobject values
+            this.el.justify = Gtk.Justification.RIGHT;
+            this.el.xalign = 0.900000f;
+            this.el.visible = true;
+        }
+
+        // user defined functions
+    }
+