Ryan Blazecka wrote:
> would the wxPython Freeze / Thaw paradigm be appropriate here?

It sure would. It comes down to taste, I think. Would you rather do:

Canvas.Freeze()
.. a bunch of changes
Canvas.Thaw()

or:

... a bunch of changes
Canvas.Draw()

(note that the later is the current approach, so it would not be a 
backward compatible change)

thoughts?

-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

[EMAIL PROTECTED]
_______________________________________________
FloatCanvas mailing list
[email protected]
http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas

Reply via email to