Sample/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:07:20 +0000 (17:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:07:20 +0000 (17:07 +0800)
Sample/Window.bjs

index 185497a..7d5bcb3 100644 (file)
                                                                                                 "toggled": "function (self, state) {\n    this.el.set_label(this.el.active  ? \"Auto Redraw On\" : \"Auto Redraw Off\");\n}"
                                                                                             },
                                                                                             "active": true,
+                                                                                            "id": "AutoRedraw",
                                                                                             "label": "Auto Redraw On",
                                                                                             "pack": "pack_start,false,false,0",
                                                                                             "xtype": "CheckButton",
-                                                                                            "|xns": "Gtk",
-                                                                                            "id": ""
+                                                                                            "|xns": "Gtk"
                                                                                         }
                                                                                     ]
                                                                                 },