X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;h=43743900dd506cf555313aaff686e371c48e6284;hb=969fbfc948ff6aa3a4dab6e1f1117584e05397fa;hp=6533304ae4981bbfe79c014a02a47e82f2694535;hpb=c039b50af321ed5c581e383976e4c8781b02adcb;p=app.Builder.js diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 6533304ae..43743900d 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -297,7 +297,10 @@ function BuildLists () { var x = new imports.gi.Gtk[cls](); //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()); + // get the Gtype for the child? + + return true; }