
June 15th, 2004, 03:33 AM
|
|
Contributing User
|
|
Join Date: Jun 2004
Location: Bimingham,AL
Posts: 68

Time spent in forums: 14 h 58 m 22 sec
Reputation Power: 5
|
|
|
Dyanamic arrangement of panels
I am using wxpython(2.5.1) for creating a GUI. The main Frame has N-child panels, I am using a boxsizer to arrange various panels in the frame.
No at a later point of time i want to change the arrangement.
How should i go about it,
At present i am killing all the children of the frame and creating all the panels againg and redrawing them.
|