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.