FixBug.bjs
authorAlan Knowles <alan@akbkhome.com>
Sun, 16 Dec 2012 08:22:20 +0000 (16:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 16 Dec 2012 08:22:20 +0000 (16:22 +0800)
FixBug.js

FixBug.bjs
FixBug.js

index 015ce95..ce91b20 100644 (file)
                                                         {
                                                             "pack": "append_column",
                                                             "xtype": "TreeViewColumn",
+                                                            "|": "Gtk.TreeViewColumnSizing.FIXED",
                                                             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'markup', 1 );\n}\n",
                                                             "|xns": "Gtk",
                                                             "items": [
index 1e87edf..4a0eeb5 100644 (file)
--- a/FixBug.js
+++ b/FixBug.js
@@ -277,6 +277,7 @@ FixBug=new XObject({
                                                 {
                                                     xtype: Gtk.TreeViewColumn,
                                                     pack : "append_column",
+                                                     : Gtk.TreeViewColumnSizing.FIXED,
                                                     init : function() {
                                                         XObject.prototype.init.call(this);
                                                         this.el.add_attribute(this.items[0].el , 'markup', 1 );