From 8ecdae7d208b274325fda01c06cce93f8ea5fedc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Aug 2012 11:20:28 +0800 Subject: [PATCH] notes/brainstorming.txt --- notes/brainstorming.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 -- 2.39.2