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