From: Alan Knowles Date: Fri, 10 Aug 2012 02:48:57 +0000 (+0800) Subject: tools/build_gtk_tree.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=2a88a98a3c906c84f782d110362bfe40e8ef99c6 tools/build_gtk_tree.js --- diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 3ec453395..dce96d7e4 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -277,6 +277,8 @@ function BuildLists () { return true; } var cls = parent.split('.').pop(); + print("TRY ctor: " + parent ); + var x = new imports.gi.Gtk[cls](); print(parent + " : says children are of type : " + x.child_type()); return true;