gitk: Use themed tk widgets
commitd93f1713b0ba57b119f2ba2e2beda2ed9cc7349d
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 17 Apr 2009 00:24:35 +0000 (17 01:24 +0100)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Apr 2009 23:35:09 +0000 (1 09:35 +1000)
treebe8d570a97453f43d693cc60a6bba1728dadfbbb
parentfced80080675fe4dc8e3641083dd3742675f4b7b
gitk: Use themed tk widgets

With Tk 8.5+, this uses the themed widgets to improve the appearance
on Windows and MacOSX.  On X11 less difference is apparent, but users
can select alternate themes by setting *TkTheme in the resource
database (eg: *TkTheme: clam).

With Tk 8.6 there is a built-in font selection dialog.  This will make
use of that when available, as on Windows and MacOSX it calls the
native font selection dialog.

[paulus@samba.org - folded in subsequent patch to restore saved
pane sizes for ttk widgets, and trimmed trailing whitespace.]

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk