tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 04:11:24 +0000 (12:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 04:11:24 +0000 (12:11 +0800)
tools/build_gtk_tree.js

index 4374390..bc550cb 100644 (file)
@@ -279,7 +279,7 @@ function BuildLists () {
         
         var cls = parent.split('.').pop();
          
         
         var cls = parent.split('.').pop();
          
-        
+        /*
         if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) {
             return false;
         }
         if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) {
             return false;
         }
@@ -291,6 +291,7 @@ function BuildLists () {
              ].indexOf(parent) > -1) {
              return false;
         }
              ].indexOf(parent) > -1) {
              return false;
         }
+        */
         
         //print("TRY ctor:  " + parent );
 
         
         //print("TRY ctor:  " + parent );