X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=notes%2Fbrainstorming.txt;h=48491dc5b6d3a023ff3dabff1c556cbadc09296b;hp=4da91b527e1b164f913d2e63f2f8cbc6e8daa39d;hb=HEAD;hpb=f011b0db12096e2cd9a3d9d786d18823a79ff68d diff --git a/notes/brainstorming.txt b/notes/brainstorming.txt index 4da91b527..48491dc5b 100644 --- a/notes/brainstorming.txt +++ b/notes/brainstorming.txt @@ -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