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

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