canvas drawing on button

PoD pod at internode.on.net
Tue Apr 17 12:13:54 EDT 2001


Brian Elmegaard wrote:
> 
> Hi,
> 
> Is it possible in any way to make python generate a bitmap/image of a
> tkinter canvas item and use that for a button bitmap/image?
> 
> or,
> 
> can I make a canvas on a button?
> 
> or,
> 
> do I really have to make the drawing outside of python?

You could use the Python Imaging Library to draw your images.

PoD.



More information about the Python-list mailing list