[Tutor] is there a graphics library for common tkinter Button functions?

Alan Gauld alan.gauld at yahoo.co.uk
Wed Mar 20 19:19:07 EDT 2019


On 20/03/19 22:43, Chris Roy-Smith wrote:
> Is there a "graphics library" of common button uses? that is things like 
> forward record, back record, 1st record, last record, printer, save and 
> the likes.

The short answer is no. But you can assign any bitmap image
to a button. (You can use other formats too but bitmaps are
easiest in my experience!)

But putting an image on the button does not give it any
functionality. You need to program that yourself.

HTH,

Alan G.



More information about the Tutor mailing list