Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #34993 > unrolled thread
| Started by | Netrick <netrick@o2.pl> |
|---|---|
| First post | 2012-12-17 18:02 +0100 |
| Last post | 2012-12-17 18:02 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
How to exactly set style in tkinter.ttk Netrick <netrick@o2.pl> - 2012-12-17 18:02 +0100
| From | Netrick <netrick@o2.pl> |
|---|---|
| Date | 2012-12-17 18:02 +0100 |
| Subject | How to exactly set style in tkinter.ttk |
| Message-ID | <mailman.971.1355765162.29569.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
So, we have now in python 3 the tile module http://tktable.sourceforge.net/tile/screenshots/unix.html integrated as tkinter.ttk. However, in the python and tk docs there is a lot about that tkk, but only how to set your own style for specific widgets. There is nothing on how to use that built-in theme (the one that interests me is the "Revitalized" one, see the link I wrote) as a global style for all widgets. How can I do it? I just want my python 3.3 app to use that built-in style, but I can't find anything in docs about it. Or we have better way for tkinter on linux to look more native and less ugly? (for example IDLE for python 3.3 written in tkinter looks like windows 95 app on linux and pretty good on windows xp). Thanks!
Back to top | Article view | comp.lang.python
csiph-web