Clones.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 May 2012 14:17:26 +0000 (22:17 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 May 2012 14:17:26 +0000 (22:17 +0800)
Clones.js

Clones.bjs
Clones.js

index 0591afd..f5f2535 100644 (file)
@@ -90,7 +90,7 @@
                                     "id": "reposView",
                                     "pack": "add",
                                     "xtype": "TreeView",
-                                    "|init": "function() {\n    XObject.prototype.init.call(this);\n        var description = new Pango.FontDescription.c_new();\n   description.set_size(10000);\n     this.el.modify_font(description);\n\n     this.selection = this.el.get_selection();\n      this.selection.set_mode( Gtk.SelectionMode.MULTIPLE);\n    var _this = this;\n    \n    \n  this.selection.signal['changed'].connect(function() {\n     _this.listeners.cursor_changed.apply(\n          _this, [ _this, '']\n       );\n             });\n             \n             \n            \n  }\n",
+                                    "|init": "function() {\n    XObject.prototype.init.call(this);\n        var description = new Pango.FontDescription.c_new();\n   description.set_size(10000);\n     this.el.modify_font(description);\n\n     this.selection = this.el.get_selection();\n      this.selection.set_mode( Gtk.SelectionMode.MULTIPLE);\n    var _this = this;\n    \n    \n  this.selection.signal['changed'].connect(function() {\n     _this.listeners.cursor_changed.apply(\n          _this, [ _this, '']\n       );\n             });\n          \n          \n          //this.el.set_tooltip_column(8); \n             \n            \n  }\n",
                                     "|xns": "Gtk",
                                     "items": [
                                         {
index bf9daad..e49c6b1 100644 (file)
--- a/Clones.js
+++ b/Clones.js
@@ -327,7 +327,9 @@ Clones=new XObject({
                                       _this, [ _this, '']
                                    );
                                          });
-                                         
+                                      
+                                      
+                                      //this.el.set_tooltip_column(8); 
                                          
                                         
                               },