Sample/Window.bjs
[app.Builder.js] / Sample / Window.bjs
index ad95658..b0d2dd6 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "file-gtk-1",
+    "id": "file-gtk-7",
     "name": "Window",
     "parent": "",
     "title": false,
                                                                                             "pack": "pack_start,false,false,0",
                                                                                             "xtype": "CheckButton",
                                                                                             "|xns": "Gtk"
+                                                                                        },
+                                                                                        {
+                                                                                            "listeners": {
+                                                                                                "clicked": "function (self) {\n  this.get('/RightBrowser.view').redraws = 99;\n  this.get('/RightBrowser.view').renderJS(null,true);\n}"
+                                                                                            },
+                                                                                            "label": "Full Redraw",
+                                                                                            "pack": "pack_start,false,false,0",
+                                                                                            "xtype": "Button",
+                                                                                            "|xns": "Gtk"
                                                                                         }
                                                                                     ]
                                                                                 },