|
From: Jeff H. <je...@ac...> - 2007-02-09 20:36:33
|
Will Duquette wrote: > I've got a small GUI that's using Tile widgets on a BWidgets = PagesManager. > (ActiveTcl 8.4.14, Linux, Tile theme is "alt"). The=20 > background color of the Tile widgets (labels, buttons, etc.)=20 > is different than the default > background color of the frame widgets created by the PagesManager. =20 > Calling the undocumented BWidgets command "Widget::theme on" didn't = help. ... > that's really tacky. Alternatively, is there a way to get=20 > PagesManager to use ttk::frame instead of tk::frame? Yes, if you followed the same design pattern for doing this when = Widget::theme is defined. I never extended this to PagesManager because I was using = the themed notebook instead (didn't need it to be tabless). It shouldn't be = hard to make those mods. Jeff |