Size: 1053
Comment:
|
Size: 1565
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Line 8: | Line 10: |
TBD. | 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. |
Line 12: | Line 16: |
[[attachment:MultipleControlsPanels_Demo.py]] [[attachment:PanelControls.py]] [[attachment:AddLinearSpacer.PY]] |
[[attachment:MultipleControlsPanels_Demo.py]] [[attachment:PanelControls.py]] [[attachment:AddLinearSpacer.PY]] |
Line 22: | Line 25: |
BoxSizerFromTheGroundUp/NestedControlGroups |
||
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.
MultipleControlsPanels_Demo.py PanelControls.py AddLinearSpacer.PY
BoxSizerFromTheGroundUp/NestedControlGroups |
||