<br><br><div class="gmail_quote">On Fri, Oct 29, 2010 at 10:18 PM, Michael Lange <span dir="ltr">&lt;<a href="mailto:klappnase@web.de">klappnase@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
Thus spoketh Igor Novikov &lt;<a href="mailto:igor.e.novikov@gmail.com">igor.e.novikov@gmail.com</a>&gt;<br>
unto us on Fri, 29 Oct 2010 21:34:53 +0300:<br>
<div><div></div><div class="h5"><br>
&gt; On Fri, Oct 29, 2010 at 9:16 PM, Michael Lange &lt;<a href="mailto:klappnase@web.de">klappnase@web.de</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; There are also a few advanced pixmap themes available at :<br>
&gt; &gt;<br>
&gt; &gt;    <a href="http://tktable.cvs.sourceforge.net/viewvc/tktable/tile-themes/" target="_blank">http://tktable.cvs.sourceforge.net/viewvc/tktable/tile-themes/</a><br>
&gt; &gt;<br>
&gt; &gt; According to<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; <a href="http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/acedceb8a116b58e/ec9fb25044a68a9c" target="_blank">http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/acedceb8a116b58e/ec9fb25044a68a9c</a><br>

&gt; &gt;<br>
&gt; &gt; there seem to be other themes available somewhere, and there are<br>
&gt; &gt; tileqt and tilegtk available in the Tile source CVS tree, which will<br>
&gt; &gt; allow you to use any Qt/Gtk theme; I never tried these, though, and I<br>
&gt; &gt; don&#39;t know if you can use them with Tk8.5 instead of Tile.<br>
&gt; &gt;<br>
&gt;<br>
&gt; You cannot use native themes like tileqt/tilegtk in Ttk widgetset<br>
&gt; because Ttk native API is not exposed. So you can try using pixmaps<br>
&gt; themes only.<br>
&gt;<br>
<br>
</div></div>Now I got curious and downloaded the tile-themes package.<br>
It seems like I cannot use tileqt/tilegtk with Tk8.4/Tile either,<br>
because it fails to compile. I also cannot seem to figure out how to<br>
enable the pixmap themes, although I am sure that I successfully used<br>
them some time ago.</blockquote><div><br>Pixmap themes should be fixed before using with Ttk in tk8.5/8.6<br>because they use &#39;tile&#39; namespace but should be &#39;ttk&#39;<br>To enable theme you need running following command:<br>
<br>widget.tk.call(&#39;lappend&#39;, &#39;auto_path&#39;, theme_parent_dir)   #to make theme accessible for tk<br>widget.tk.call(&#39;ttk::setTheme&#39;, theme_name)                     #to set theme using theme name<br>
</div></div><br>-- <br>Regards,<br><br>Igor Novikov<br>sK1 Project<br><a href="http://sk1project.org" target="_blank">http://sk1project.org</a><br><br><br>