Tkinter bind click event of a Label to open Toplevel child window on bind

Опубликовано: 25 Январь 2022
на канале: plus2net
3k
37

There is no Command option for the Tkinter Label, so we will use bind option to executed and open Check window.

Here we will have two labels, one is of different font and style. On click of this label we will execute another function by using bind option of the lebel.

ON click of the label the function will execute and open the child window.