|
From: Joe E. <jen...@fl...> - 2006-04-07 00:24:07
|
Vince Darley wrote: > > I've created a notebook widget, and made it's pages ttk::frames with > -style Toolbar so they are the slightly lighter shade of aqua > background. > > Now, what's the easiest way to make all nested widgets use the right > styles so their backgrounds blend in with the lighter shading? The > default obviously isn't good (all nested widgets have the darker aqua > background). This is The Background Problem, and there's no easy fix on the horizon. (The basic problem is that, in general, a widget's background depends on the containing widget, but there's no good way yet for the background element to locate this information. There's a similar issue with checkbuttons, radiobuttons, and labels inside notebook widgets on Windows XP.) --Joe English jen...@fl... |