From: Alan Knowles Date: Wed, 1 Dec 2010 09:05:44 +0000 (+0800) Subject: tools/build_gtk_tree.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=e85add8d7be29ce8f744cea179901bd6c8370db9 tools/build_gtk_tree.js --- diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 68f600e18..25378a93a 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -55,7 +55,12 @@ var implementations = {}; for (cls in classes) { var odata = classes[cls]; implementations[odata.alias] = odata.titleType == 'Class' ? odata.childClasses : odata.implementedBy; - + + for(method in odata.methods) { + print(method); + } + + } print(JSON.stringify(implementations,null,4)); \ No newline at end of file