X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=notes%2Fbrainstorming.txt;h=48491dc5b6d3a023ff3dabff1c556cbadc09296b;hp=0c737ccba52ed7f5d6f0a16e78216e75f1510991;hb=HEAD;hpb=9641fabb5b577c08be12277449b496d8991a0922 diff --git a/notes/brainstorming.txt b/notes/brainstorming.txt index 0c737ccba..48491dc5b 100644 --- a/notes/brainstorming.txt +++ b/notes/brainstorming.txt @@ -43,3 +43,29 @@ XObject.cache['/Windows'] = 'Window' -> 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