[wxPython-users] plese suggest good tutorial for sizers.

Christopher Barker Chris.Barker at noaa.gov
Fri Jan 5 14:14:56 PST 2007



jmf wrote:
> krishnakant Mane
> 
> - A quick and dirty solution as starting point for learning.
> - I wrote it to brush up my knowledge on sizers.
> 
> Sizers gurus
> - Comments and corrections are welcome.
> - Is there some way to lock the frame size in one direction only? In 
> that case,
> the height. I have attempt several things like SizeHints without to much 
> success.

It sure looks like:

self.SetSizeHints( (-1, H), (-1, H) )

should work. Or is that what you tried?

-Chris

-- 
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 at noaa.gov




More information about the wxpython-users mailing list