Why are multiple instances of Tk discouraged?
Consider below example:
Consider below example:
In Python tkinter module, <Button-1>, <Button-2> and <Button-3> are used to identify mouse button clicks for left, middle and right buttons respectively.