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

2019-03-21 Thread Albert-Jan Roskam
On 21 Mar 2019 12:11, Alan Gauld via Tutor wrote: On 21/03/19 00:28, Chris Roy-Smith wrote: > Yes I knew that buttons need a function to do anything. > > I was hoping that the wheel didn't need re-inventing. ===>> A few are available:

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

2019-03-21 Thread Alan Gauld via Tutor
On 21/03/19 00:28, Chris Roy-Smith wrote: Yes I knew that buttons need a function to do anything. I was hoping that the wheel didn't need re-inventing. So far as the button images go a Google search should throw up lots of free icons you can use and a program like ImageMagick can resize

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

2019-03-21 Thread Chris Roy-Smith
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

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

2019-03-20 Thread Alan Gauld via Tutor
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

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

2019-03-20 Thread Chris Roy-Smith
Hi, 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. I don't have very artistic abilities, so would prefer to save making my own library. Thank you Chris Roy-Smith