X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;h=bc550cbea8f46ca152a5b2078a05029ee7d943f5;hb=058e948ea7076cbe927bbd87db0799700d2c0436;hp=4f515ad3bb41ef45e0415b4c2367df657aa15a65;hpb=bb46f45ed3093798ec1ef7e0a3309e284512b427;p=app.Builder.js diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 4f515ad3b..bc550cbea 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -279,7 +279,7 @@ function BuildLists () { var cls = parent.split('.').pop(); - + /* if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) { return false; } @@ -291,6 +291,7 @@ function BuildLists () { ].indexOf(parent) > -1) { return false; } + */ //print("TRY ctor: " + parent ); @@ -298,6 +299,9 @@ function BuildLists () { //print("TRY child type: " + parent); print(parent + " : says children are of type : " + x.child_type()); + // get the Gtype for the child? + + return true; }