X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;h=1a0fa0942a7523110aba4df54b1fa21b10720bee;hp=8d9adc822b3a6d0c532e88bfed0344c34ad69290;hb=336125aabc43f0b9175cb3d9c87d651bb148457a;hpb=372d185cfbe9ac31e2812ffe67f2dda59b976d3b diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 8d9adc822..1a0fa0942 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -286,17 +286,18 @@ function BuildLists () { if (['GtkSource.CompletionInfo', 'Gtk.MenuShell', 'GtkSource.View', // ??? nothing can be added to it? + 'WebKit.WebView', // ??? nothing can be added to it? 'GtkClutter.Embed' ].indexOf(parent) > -1) { return false; } - print("TRY ctor: " + parent ); + //print("TRY ctor: " + parent ); var x = new imports.gi.Gtk[cls](); - print("TRY child type: " + parent); + //print("TRY child type: " + parent); - print(parent + " : says children are of type : " + x.child_type()); + //print(parent + " : says children are of type : " + x.child_type()); return true; } @@ -399,6 +400,10 @@ right: return false; } + + + + print (JSON.stringify(usage,null,4)); var nusage = {}; var usage_left = {}; for(var par in usage) {