tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
1 //<script type="text/javascript">
2
3 // see if we can build the insertion tree for gtk - using introspection
4
5 // it should build the tree of feasible insertions, then we will have to manually prune it..
6
7 // it needs to know
8 // a) what the inherited types are
9 // b) what methods are available for each type, that include a reference to another type..
10
11 // let's start with types.. 
12
13 imports.searchPath.push('../../gnome.introspection-doc-generator');
14
15 XObject     = imports.XObject.XObject;
16 File        = imports.File.File; 
17 Template    = imports.JsTemplate.Template.Template; 
18
19 // Introspecion specific..
20 NameSpace   = imports.Introspect.NameSpace.NameSpace; 
21 Link        = imports.Introspect.Link.Link;