Imported Tk 8.6.9
This commit is contained in:
@@ -11,6 +11,7 @@ namespace eval ttk::theme::xpnative {
|
||||
-foreground SystemWindowText \
|
||||
-selectforeground SystemHighlightText \
|
||||
-selectbackground SystemHighlight \
|
||||
-insertcolor SystemWindowText \
|
||||
-font TkDefaultFont \
|
||||
;
|
||||
|
||||
@@ -61,5 +62,15 @@ namespace eval ttk::theme::xpnative {
|
||||
|
||||
ttk::style configure Toolbutton -padding {4 4}
|
||||
|
||||
# Treeview:
|
||||
ttk::style configure Heading -font TkHeadingFont -relief raised
|
||||
ttk::style configure Treeview -background SystemWindow
|
||||
ttk::style map Treeview \
|
||||
-background [list disabled SystemButtonFace \
|
||||
{!disabled !selected} SystemWindow \
|
||||
selected SystemHighlight] \
|
||||
-foreground [list disabled SystemGrayText \
|
||||
{!disabled !selected} SystemWindowText \
|
||||
selected SystemHighlightText];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user