stipple, hot keys OK in Linux, no effect on Windows python

Jeff Epler jepler at unpythonic.net
Mon May 5 23:01:26 EDT 2003


On Mon, May 05, 2003 at 07:36:40PM -0700, Tim Williams wrote:
> Hi.
> 
> I'm drawing a couple of ovals on a canvas widget, one with
> stipple='gray25', the other with no stipple (solid). (Python 2.2, Pmw
> 1.1) On RH Linux, I get what I expect, a  solid color oval and a
> 'dimmer' oval of the same color.  When I try the  same script on a
> Windows version of Python/Pmw, both ovals look the same.  I was hoping
> to not have to draw something over my oval to distinguish them from
> each other.

I don't know where it's documented, but many of the drawing styles
(dash patterns) are emasculated on the Windows version of the
canvas.  This may go for stipples too.

Jeff





More information about the Python-list mailing list