Python Tkinter: multiple images and text on a BIG button? -
is possible mount more 1 image , text on tkinter button?
or, possible put frame containing images + text on button?
i want big button containing multiple widgets that, when taken together, describe option user able choose.
i appreciate suggestions!!
is possible mount more 1 image , text on tkinter button?
strictly speaking, no, not possible.
or, possible put frame containing images + text on button?
yes, though won't work on osx. take less time try type in question on stackoverflow. little research goes long way.
you can not use button. use frame or canvas, , set bindings on container and/or it's contents react button click.
Comments
Post a Comment