Posted to tcl by petasis at Fri Aug 17 18:29:40 GMT 2012view raw

  1. ttk::style map . \
  2. -foreground [list active $foreground(prelight) \
  3. disabled $foreground(insensitive) \
  4. focus $foreground(focused) \
  5. pressed $foreground(active) \
  6. background $foreground(backdrop) \
  7. alternate $foreground(inconsistent) \
  8. invalid $foreground(inconsistent) \
  9. readonly $foreground(insensitive) \
  10. hover $foreground(prelight) \
  11. ] \
  12. ;