tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 02:49:54 +0000 (10:49 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 02:49:54 +0000 (10:49 +0800)
tools/build_gtk_tree.js

index dce96d7..e6d70ba 100644 (file)
@@ -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;