diff options
Diffstat (limited to 'macosx/README')
-rw-r--r-- | macosx/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README index 7df4893..099fdaf 100644 --- a/macosx/README +++ b/macosx/README @@ -172,10 +172,11 @@ to aqua or darkaqua then the window will be displayed with the corresponding appearance independent of any preferences settings. If it is set to "auto" the appearance will be determined by the preferences. This command can be used to opt out of Dark Mode on a per-window basis. + - To determine the current appearance of a window in macOS 10.14 (Mojave) and higher, one can use the command: - tk::unsupported::MacWindowStyle isdark + tk::unsupported::MacWindowStyle isdark window? The boolean return value is true if the window is currently displayed with the dark appearance. |