tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Wed, 8 Aug 2012 10:44:03 +0000 (18:44 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Aug 2012 10:44:03 +0000 (18:44 +0800)
tools/build_gtk_tree.js

index c4c462a..0e42112 100644 (file)
@@ -121,13 +121,20 @@ function BuildLists () {
     this.methods = methods;
     this.allmethods = methods;
     this.implementations = implementations;
-    print(JSON.stringify(methods,null,4));
+    //print(JSON.stringify(methods,null,4));
+    print(JSON.stringify(implementations ,null,4));
     /*
       methods is
         [a class]
             [has methods that use this object]
                 [list of methods of the top class..]
      
+     
+      So let's pick one..
+        TOP        ARRAY  2ND
+        Gtk.Button.add(Gtk.Widget) <<
+     
+     
     */