DependTree/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:46:22 +0000 (18:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:46:22 +0000 (18:46 +0800)
DependTree/Window.bjs

index 21b0f52..28a73e4 100644 (file)
                                                     "|xns": "Gtk",
                                                     "items": [
                                                         {
+                                                            "listeners": {
+                                                                "toggled": "function (self, path) {\n    print(\"TOGGLE\");\n}"
+                                                            },
                                                             "activatable": true,
                                                             "xtype": "CellRendererToggle",
-                                                            "|xns": "Gtk",
-                                                            "listeners": {
-                                                                "toggled": "function (self, path) {\n\n}"
-                                                            }
+                                                            "|xns": "Gtk"
                                                         }
                                                     ]
                                                 }