Differences between revisions 7 and 8
Revision 7 as of 2010-10-17 19:24:54
Size: 1565
Editor: pool-71-175-95-133
Comment:
Revision 8 as of 2010-10-17 19:26:08
Size: 1564
Editor: pool-71-175-95-133
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
{{attachment:MultipleControlsPanels_Demo.PNG}}  . {{attachment:MultipleControlsPanels_Demo.PNG}}
Line 25: Line 25:

BoxSizerFromTheGroundUp

BoxSizerFromTheGroundUp/ControlsPadding

BoxSizerFromTheGroundUp/ControlsResizing

BoxSizerFromTheGroundUp/NestedBoxSizers

BoxSizerFromTheGroundUp/NestedControlGroups

BoxSizerFromTheGroundUp/DivideAndConquer


Here's a demo GUI that is built up from panels that contain multiple controls. Each panel is colored uniquely so that they are easilt differentiated from each other. Also, each panel was designed to have spacing borders on all edges of the panels so that controls from adjacent panels would be a bit separated. In most real-world GUIs, the panels would have the same background color and the panels would not be labeled with their own class name..

Only BoxSizers are used to arrange everything, of course.

  • [ATTACH]

MultipleControlsPanels_Demo.py PanelControls.py AddLinearSpacer.PY


BoxSizerFromTheGroundUp

BoxSizerFromTheGroundUp/ControlsPadding

BoxSizerFromTheGroundUp/ControlsResizing

BoxSizerFromTheGroundUp/NestedBoxSizers

BoxSizerFromTheGroundUp/NestedControlGroups

BoxSizerFromTheGroundUp/DivideAndConquer

BoxSizerFromTheGroundUp/NestedControlGroups (last edited 2011-03-26 02:41:17 by pool-71-244-98-82)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.