diff options
author | Kevin Walzer <kw@codebykevin.com> | 2019-08-21 05:32:03 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2019-08-21 05:32:03 (GMT) |
commit | 322315bdd9e64c64c65d8cc5c2d1027b6d32b8fd (patch) | |
tree | bb95abb1eebe5be16389c0dd54716371c053e50f /doc/tk_mac.n | |
parent | ed21f6f275da889d8df4d9e71962ef21a6c4dfd2 (diff) | |
download | tk-322315bdd9e64c64c65d8cc5c2d1027b6d32b8fd.zip tk-322315bdd9e64c64c65d8cc5c2d1027b6d32b8fd.tar.gz tk-322315bdd9e64c64c65d8cc5c2d1027b6d32b8fd.tar.bz2 |
Document some known issues with Dark Mode and Apple Events in macOS
Diffstat (limited to 'doc/tk_mac.n')
-rw-r--r-- | doc/tk_mac.n | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tk_mac.n b/doc/tk_mac.n index 6c50281..83b3395 100644 --- a/doc/tk_mac.n +++ b/doc/tk_mac.n @@ -124,6 +124,8 @@ proc ::tk::mac::OpenDocument {args} { } .CE .RE +Note: the application must be running for this command to work. + .TP \fB::tk::mac::PrintDocument \fIfile...\fR . @@ -131,7 +133,7 @@ If a proc of this name is defined it is the default Apple Event handler for kAEPrintDocuments, .QW pdoc , the Apple Event sent when your application is asked to print a -document. It takes a single absolute file path as an argument. +document. It takes a single absolute file path as an argument. Note: the application must be running for this command to work. .TP \fB::tk::mac::Quit\fR . |