tools/build_gtk_tree.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:02:28 +0000 (16:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:02:28 +0000 (16:02 +0800)
tools/build_gtk_tree.js

index e69de29..3c3064a 100644 (file)
@@ -0,0 +1,9 @@
+//<script type="text/javascript">
+
+// see if we can build the insertion tree for gtk - using introspection
+
+// it should build the tree of feasible insertions, then we will have to manually prune it..
+
+// it needs to know
+// a) what the inherited types are
+// b) what methods are available for each type, that include a reference to another type..