Sample/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 06:14:20 +0000 (14:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 06:14:20 +0000 (14:14 +0800)
Sample/Window.bjs

index ad95658..b6a5d32 100644 (file)
                                                                                             "pack": "pack_start,false,false,0",
                                                                                             "xtype": "CheckButton",
                                                                                             "|xns": "Gtk"
+                                                                                        },
+                                                                                        {
+                                                                                            "listeners": {
+                                                                                                "clicked": "function (self) {\n  this.get('/RightBrowser.view').renderJS(null,true);\n}"
+                                                                                            },
+                                                                                            "label": "Redraw",
+                                                                                            "pack": "pack_start,false,false,0",
+                                                                                            "xtype": "Button",
+                                                                                            "|xns": "Gtk"
                                                                                         }
                                                                                     ]
                                                                                 },