Import build of Tcl/Tk 8.6.9
This commit is contained in:
@@ -10,6 +10,8 @@ namespace eval ttk::theme::winnative {
|
||||
-foreground SystemWindowText \
|
||||
-selectforeground SystemHighlightText \
|
||||
-selectbackground SystemHighlight \
|
||||
-fieldbackground SystemWindow \
|
||||
-insertcolor SystemWindowText \
|
||||
-troughcolor SystemScrollbar \
|
||||
-font TkDefaultFont \
|
||||
;
|
||||
@@ -71,8 +73,12 @@ namespace eval ttk::theme::winnative {
|
||||
ttk::style configure Heading -font TkHeadingFont -relief raised
|
||||
ttk::style configure Treeview -background SystemWindow
|
||||
ttk::style map Treeview \
|
||||
-background [list selected SystemHighlight] \
|
||||
-foreground [list selected SystemHighlightText] ;
|
||||
-background [list disabled SystemButtonFace \
|
||||
{!disabled !selected} SystemWindow \
|
||||
selected SystemHighlight] \
|
||||
-foreground [list disabled SystemGrayText \
|
||||
{!disabled !selected} SystemWindowText \
|
||||
selected SystemHighlightText]
|
||||
|
||||
ttk::style configure TProgressbar \
|
||||
-background SystemHighlight -borderwidth 0 ;
|
||||
|
||||
Reference in New Issue
Block a user