Sample/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Oct 2010 09:39:49 +0000 (17:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Oct 2010 09:39:49 +0000 (17:39 +0800)
Sample/Window.bjs

index dc3bd70..4459292 100644 (file)
                                                                                     "pack": "pack_start",
                                                                                     "text_column": 0,
                                                                                     "xtype": "CellRendererCombo",
-                                                                                    "|editable": true,
                                                                                     "|has_entry": true,
                                                                                     "|init": "function() {\n    XObject.prototype.init.call(this);\n   this.el.model = new Gtk.ListStore();\n    this.el.model.set_column_types ( 1, [\n        GObject.TYPE_STRING  // 0 real key\n      ]);\n}\n",
                                                                                     "|xns": "Gtk"