diff options
author | culler <culler> | 2019-04-11 04:43:43 (GMT) |
---|---|---|
committer | culler <culler> | 2019-04-11 04:43:43 (GMT) |
commit | e53120a76ad8ad0a46a5d77a18008a67000027e4 (patch) | |
tree | 14d8d8909a02ebc11a23fd1d560ee228c1b3fc1f /doc/ttk_spinbox.n | |
parent | 7b41d9a93736a9bbd8380873a0386779354ba46d (diff) | |
parent | 71b7db434ab281ba494f9fb0235b6d3c88bf8530 (diff) | |
download | tk-e53120a76ad8ad0a46a5d77a18008a67000027e4.zip tk-e53120a76ad8ad0a46a5d77a18008a67000027e4.tar.gz tk-e53120a76ad8ad0a46a5d77a18008a67000027e4.tar.bz2 |
Support for Apple's Dark Mode and many improvements to the Aqua theme.
Diffstat (limited to 'doc/ttk_spinbox.n')
-rw-r--r-- | doc/ttk_spinbox.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ttk_spinbox.n b/doc/ttk_spinbox.n index 980fd75..c18f987 100644 --- a/doc/ttk_spinbox.n +++ b/doc/ttk_spinbox.n @@ -95,16 +95,16 @@ are: .br \fB\-background\fP \fIcolor\fP .RS -When using the aqua theme (Mac OS X), changes the \fB\-fieldbackground\fP. +For backwards compatibility, when using the aqua theme (for macOS), this +option behaves as an alias for the \fB\-fieldbackground\fP provided that no +value is specified for \fB\-fieldbackground\fP. Otherwise it is ignored. .RE \fB\-bordercolor\fP \fIcolor\fP .br \fB\-darkcolor\fP \fIcolor\fP .br \fB\-fieldbackground\fP \fIcolor\fP -.RS -Does not work with the aqua theme (Mac OS X). -.RE +.br \fB\-foreground\fP \fIcolor\fP .br \fB\-lightcolor\fP \fIcolor\fP |