Shape of Buttons - New #2018
-
Hello, I would like to have a button with a different shape. For example, a Star. So I want the button to be defined very precisely by the edges of the shape. Is there any way to accomplish this in python ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@adrien-smz Learn tkinter canvas and make your own star shaped button. Add click bindings to drawn shapes and it will act as a button. |
Beta Was this translation helpful? Give feedback.
@adrien-smz Learn tkinter canvas and make your own star shaped button. Add click bindings to drawn shapes and it will act as a button.