resources/RooUsage.txt
[app.Builder.js] / notes / brainstorming.txt
index 4da91b5..48491dc 100644 (file)
@@ -19,6 +19,11 @@ methods for a group of elements would be always at the 'top' level.
     ...... (the tree goes in here..)
  });
 
+... Window.init() <<< This actually causes a build..
+<< It could probably be done outside...
+XObject.cache['/Windows'] = 'Window'
+
+
 
 
 
@@ -38,3 +43,29 @@ methods for a group of elements would be always at the 'top' level.
             -> cel[] = TableCell
             
 
+
+
+Building a reference for adding one element to another..
+
+a widget being added to a box...:
+a property with 'parent:' describes how it get's added to the parent..
+   parent: = add 
+   parent:add_mnemonic_label = this
+   
+   parent: =  pack_start
+   parent:expand = true
+   parent:fill = true
+   parent:padding = true
+   
+   parent: =  pack_end
+   parent:expand = true
+   parent:fill = true
+   parent:padding = true
+   
+Widget Information:
+ - parents
+ - interfaces
+ - what it can be added to, and args that need/can  to be used..
+   
+   
\ No newline at end of file