WxPython can handle Component resizing in the background or do I have to code it?

Hello

I am new to wxPython & I am making my own application that has many
listboxes & static text's etc. on my GUI. And whenever the main
frame(window) is resized I go through ALL my components(listbox,
staticTexts etc.) & resize & reposition them in relation to the new
window size.

I just want to know if this is necessary, or can wxPython do all this
for me? Meaning, is there a layout in wxPython that will rearrange &
resize my components whenever the window is resized? Is there anything
like Java's Swing GUI where all the component resizing is handled in
the background & I dont have to worry about it?

Sascha wrote:

Is there anything
like Java's Swing GUI where all the component resizing is handled in
the background & I dont have to worry about it?

Yes, they are called "Sizers".

google "wxPython sizers" and you'll get lots of hits. Also look in the Wiki:

http://wiki.wxpython.org/

There are a number of pages on Sizers. Here's a good place to start:

http://wiki.wxpython.org/UsingSizers

-CHB

ยทยทยท

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov