Re: configure tile treeview font
- From: "Aric Bills" <aric.bills@xxxxxxxxx>
- Date: 31 Jan 2007 12:36:39 -0800
Okay, I just discovered that in Tile 0.7.8 there is a tag mechanism
for treeview widget items, which includes a -font attribute.
Unfortunately, on my system, the -font attribute doesn't seem to do
anything, whether I use the xpnative theme or any other theme. :(
Here is my test code. Have I done something wrong, or does the font
attribute not work (on Windows, at least)?
package require tile 0.7.8
toplevel .test
set tv [ttk::treeview .test.tv]
grid $tv
$tv tag configure newtag -font {{Times New Roman} 10} -background pink
$tv insert {} end -text "Test" -tags newtag
Aric
.
- References:
- configure tile treeview font
- From: Aric Bills
- configure tile treeview font
- Prev by Date: Re: bug in 8.4.14 return -code error?
- Next by Date: running a tcl script that calls into C# code
- Previous by thread: Re: configure tile treeview font
- Next by thread: Re: Amazon S3 library, new release
- Index(es):