FixBug.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 9 Dec 2012 14:46:20 +0000 (22:46 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 9 Dec 2012 14:46:20 +0000 (22:46 +0800)
FixBug.js

FixBug.bjs
FixBug.js

index ec90fec..bff5449 100644 (file)
                                     "label": "Not working on Project",
                                     "pack": "add",
                                     "xtype": "Button",
-                                    "|xns": "Gtk"
+                                    "|xns": "Gtk",
+                                    "items": [
+                                        {
+                                            "|xns": "Gtk",
+                                            "xtype": "ComboBox",
+                                            "pack": false
+                                        }
+                                    ]
                                 },
                                 {
                                     "listeners": {
                                     "xtype": "Button",
                                     "|xns": "Gtk"
                                 },
+                                {
+                                    "|xns": "Gtk",
+                                    "xtype": "ComboBox",
+                                    "pack": false
+                                },
                                 {
                                     "|xns": "Gtk",
                                     "xtype": "ComboBox",
index d608f18..faecbff 100644 (file)
--- a/FixBug.js
+++ b/FixBug.js
@@ -312,7 +312,13 @@ FixBug=new XObject({
                             },
                             height_request : 90,
                             label : "Not working on Project",
-                            pack : "add"
+                            pack : "add",
+                            items : [
+                                {
+                                    xtype: Gtk.ComboBox,
+                                    pack : false
+                                }
+                            ]
                         },
                         {
                             xtype: Gtk.Button,