On Thu, Jul 24, 2008 at 10:55:17PM -0600, Cecil Coupe wrote: > eventually. I might get this widget to work yet. Thank you for the > clues. > > _why?, Canvas base classes don't seem to be documented.
They aren't documented because I'm not happy with draw(). It can be severely misused. When I was writing the Cascade example, I kept running into awful recursion problems. At some point, I will be getting rid of both draw() and the Canvas class. And they'll be replaced with a layout() method that is designed to position elements and Canvas has already been superceded by the Shoes class. _why
