Skip to content Skip to sidebar Skip to footer

Tkinter Colours Lighter On Os X

Take this simple example: import Tkinter root = Tkinter.Tk() root.configure(bg='#000000') root.configure(borderwidth=20) root.geometry('%dx%d+%d+%d' % (200, 200, 200, 200)) frame

Solution 1:

FYI - for an answer to this question, so my post on the tkinter-python mailing list: https://mail.python.org/pipermail/tkinter-discuss/2015-January/003690.html


Post a Comment for "Tkinter Colours Lighter On Os X"