|
From: Joe E. <jen...@fl...> - 2006-11-23 18:54:24
|
[I wrote] > Georgios Petasis wrote: > > Is there a problem that the labeframe widget has a composite text > > element? Can it be split into a background and a plain text element? The > > the text element will remain the regular one, and all background > > painting to be done on the text background element? > > That's the idea. > > One thing to watch out for is that the ttk::labelframe widget is > looking for an element named "*.text" [...] Oops! I forgot to mention: this is going to change (possibly in Tile 0.8.0/Tk 8.5b1, more likely in Tile 0.8.2). The current implementation isn't as customizable as it should be; in future, the Labelframe will use a sublayout "TLabelframe.label" instead of moving the "text" element in the main layout around. --Joe English jen...@fl... |