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

Chris Roy-Smith chris_roysmith at internode.on.net
Wed Mar 20 20:28:37 EDT 2019


On 21/3/19 10:19 am, Alan Gauld via Tutor wrote:
> 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.
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
Thanks Alan,

Yes I knew that buttons need a function to do anything.

I was hoping that the wheel didn't need re-inventing.



More information about the Tutor mailing list