On 2/14/14, 10:47 AM, Bhaskar Chaudhary wrote:
mytext = Text(root, background='#101010', foreground="#D6D6D6",
borderwidth=18, relief='sunken',width=16, height=5)

Does that render properly on Mac.

Yes--without specifying a font or size, Tkinter simply uses the default setting for the platform, which renders clearly.

When deploying cross-platform, it is often best to specific things like font configuration and let the platform handle it--it will do the sane thing, and render the font in a way that users of that platform will expect.

--Kevin

--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to