tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 05:21:40 +0000 (13:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 05:21:40 +0000 (13:21 +0800)
tools/build_gtk_tree.js

index 83bdead..ccce7dd 100644 (file)
@@ -170,13 +170,13 @@ function BuildLists () {
                     
                 });
                 // also needs to add
-                print(addable_type);
-                print(JSON.stringify(implementations[addable_type], null,4));
-                /*
+                //print(addable_type);
+                //print(JSON.stringify(implementations[addable_type], null,4));
+                 
                 
                 implementations[addable_type].forEach(function(addable_child) {
                     
-                    if (addable_child == 'Gtk.Window') {
+                    if (methods[addable_child].extendsClasses.indexOf('Gtk.Window') > -1) {
                         return;
                     }