Clones.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 03:16:29 +0000 (11:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 03:16:29 +0000 (11:16 +0800)
Clones.bjs

index a9861e6..d75931f 100644 (file)
                                                     "|xns": "Gtk"
                                                 }
                                             ]
-                                        },
-                                        {
-                                            "min_width": 50,
-                                            "pack": "append_column",
-                                            "title": "Auto Commit",
-                                            "xtype": "TreeViewColumn",
-                                            "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'active', 4 );\n\n}\n",
-                                            "|xns": "Gtk",
-                                            "items": [
-                                                {
-                                                    "pack": "pack_start",
-                                                    "xtype": "CellRendererToggle",
-                                                    "|xns": "Gtk"
-                                                }
-                                            ]
-                                        },
-                                        {
-                                            "min_width": 50,
-                                            "pack": "append_column",
-                                            "title": "Auto Push",
-                                            "xtype": "TreeViewColumn",
-                                            "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'active', 5 );\n\n}\n",
-                                            "|xns": "Gtk",
-                                            "items": [
-                                                {
-                                                    "pack": "pack_start",
-                                                    "xtype": "CellRendererToggle",
-                                                    "|xns": "Gtk"
-                                                }
-                                            ]
                                         }
                                     ]
                                 },