The font for ttk::entry widgets must be set on the widget itself; this will override any font specified in the style database. Consequently it is not possible to change the font of a ttk::entry widget using the style database. Also: the label for ttk::labelframe widgets is controlled by the "Label" sublayout, not by the primary layout. This accounts for the difference wrt...
2012-04-20 15:13:21 PDT in Tk Toolkit
jenglish committed patchset 145 of module tmml to the Tcl Manual Markup Language CVS repository, changing 1 files.
2012-03-10 12:46:38 PST in Tcl Manual Markup...
jenglish committed patchset 1272 of module tile to the TkTable / Tile / Vu CVS repository, changing 1 files.
2012-01-30 11:52:25 PST in TkTable / Tile / Vu
jenglish committed patchset 1271 of module tile to the TkTable / Tile / Vu CVS repository, changing 1 files.
2012-01-17 10:07:10 PST in TkTable / Tile / Vu
jenglish committed patchset 144 of module tmml to the Tcl Manual Markup Language CVS repository, changing 1 files.
2012-01-17 10:02:28 PST in Tcl Manual Markup...
jenglish committed patchset 143 of module tmml to the Tcl Manual Markup Language CVS repository, changing 1 files.
2012-01-17 09:53:29 PST in Tcl Manual Markup...
jenglish committed patchset 142 of module tmml to the Tcl Manual Markup Language CVS repository, changing 4 files.
2011-12-28 13:17:42 PST in Tcl Manual Markup...
Tcl_GlobalEval("ttk::themeChanged" is called from within an idle handler, not as an async proc, so Tcl_{Save/Restore}InterpState is not necessary here. From the stack backtrace, it looks like the cause of the problem is here: (see line [13]): [11] libtcl.so:TclServiceIdle(), line 738 in "tclTimer.c" [12] libtcl.so:Tcl_DoOneEvent(flags = -1), line 991 in...
2011-12-16 10:44:41 PST in Tk Toolkit
I've finally been able to replicate the problem. This condition obtains when there are no fonts installed on the local machine. To check: run `fc-list` at the shell prompt. If this does not produce any output, that means no fonts are installed. To fix: on CentOS machines, `yum install bitmap-fonts`, bitstream-vera-fonts, or any of the other available 'fonts-*' packages resolves the...
2011-12-06 11:47:42 PST in Tk Toolkit