<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tak jsem našel, jak by to šlo - hromadně měnit vzhled vybraného
widgetu/widgetů - a funguje to.<br>
<br>
<pre>    def __initializeTk_colors_common(self, root):
        root.option_add('*background','#797778')
        root.option_add('*foreground','#fdfd02')
        root.option_add('*EntryField.Entry.background', 'white')
        root.option_add('*Entry.background', 'white')        
        root.option_add('*MessageBar.Entry.background', 'gray85')
        root.option_add('*Listbox*background', 'dark green')
        root.option_add('*Listbox*selectBackground', 'dark slate blue')
        root.option_add('*Listbox*selectForeground', 'white')
                        
    def __initializeTk_win32(self, root):
        self.__initializeTk_colors_common(root)
        root.option_add('*Font', 'Verdana 10 bold')
        root.option_add('*EntryField.Entry.Font', 'Courier 10')
        root.option_add('*Listbox*Font', 'Courier 10')</pre>
<br>
Asi se to nedá srovnávat se skiny GTK/Qt, ale lepší něco než nic ;-)<br>
<br>
Bones napsal(a):
<blockquote cite="midbc440c460601111049v1cccb257v@mail.gmail.com"
 type="cite">
  <pre wrap="">Ahoj vsichni,
neznate nekdo nejaky skin na Tkinter, ktery by zmenil jeho vzhled do
hezci podoby, treba vzhledu GTK,Qt, cokoli? Vim ze pod Windows Tk
convertuje vzhled do WinAPI, ale ja bych chtel neco na UNIX. Googlil
jsem, ale nic relevantniho nenasel.
Predem diky za odpovedi.
Bones
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Python mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python@py.cz">Python@py.cz</a>
<a class="moz-txt-link-freetext" href="http://www.py.cz/mailman/listinfo/python">http://www.py.cz/mailman/listinfo/python</a></pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="100">-- 
geon
Vyjímka je pravidlo. Rekurzivní.
</pre>
</body>
</html>