[wxPython-users] Drawing panel backgrounds with widgets visible on top

Christopher Barker Chris.Barker at noaa.gov
Mon Oct 22 12:04:39 PDT 2007


Peter Damoc wrote:
> Another idea is to prevent the re-computation of things that stay the same.

That's hard with re-sizing -- though at least if the window is getting 
smaller, there's no reason to re-paint -- if you're double buffering, 
you should be able to just blit when the window gets smaller -- that's N 
optimization I don't think I ever bothered with with FloatCanvas.

> I've recently discovered Trellis
> http://peak.telecommunity.com/DevCenter/Trellis 

whooa! very cool! Thanks for the tip.

-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