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

index 4e6e93f..25057c7 100644 (file)
@@ -130,7 +130,8 @@ function BuildLists () {
                 }
                 
                 
-               
+               print(addable_type);
+               print(JSON.stringify(methods[addable_type].extendsClasses,null,4));
                 // in theory you can not add a window to anything.. ???
                 if (methods[addable_type].extendsClasses.indexOf('Gtk.Window') > -1) {
                     return;