XObjectBase/GtkTreeViewColumn.js
authorAlan Knowles <alan@akkbhome.com>
Thu, 2 Dec 2010 00:04:32 +0000 (08:04 +0800)
committerAlan Knowles <alan@akkbhome.com>
Thu, 2 Dec 2010 00:04:32 +0000 (08:04 +0800)
XObjectBase/GtkTreeViewColumn.js

index 3198c8a..c97d796 100644 (file)
@@ -40,23 +40,7 @@ GtkTreeViewColumn = XObject.define(
             }
             
             
-        },
-        init : function() 
-        {
-            // this is done before pack?
-        //    this.el = new Gtk.TreeViewColumn();
-          //  this.parent.el.append_column(this.el);
-            
-            XObject.prototype.init.call(this);
-            
-            
-            
-            if (this.items.length) {
-                this.el.add_attribute(this.items[0].el , 'markup', 4  );
-            }
-            
-
-            
         }
+         
     }
 );