in reply to Re: Limitations with Tkx configure options?
in thread Limitations with Tkx configure options?
This is just a guess from my Tk experience, but some widgets use -bg instead of -background.
Some widgets yes, but not ttk::button
A "tk::button" aka a button does take both -bg and -background
ttk widgets, themed tk widgets, manipulate that stuff through -style , kinda like css
see http://www.tcl.tk/man/tcl/TkCmd/ttk_intro.htm, http://www.tkdocs.com/tutorial/styles.html
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Limitations with Tkx configure options?
by murrayn (Sexton) on Sep 11, 2012 at 01:52 UTC |