summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2021-07-12 03:47:56 (GMT)
committerKevin Walzer <kw@codebykevin.com>2021-07-12 03:47:56 (GMT)
commite22af4d464243b47575c487d2c6e12e8f640bd31 (patch)
tree548a815ca747bfc99724aa741c6db560acb85aec /doc
parent450b760fec0469f2ede4aba2ad0a1482b2b7ff85 (diff)
downloadtk-e22af4d464243b47575c487d2c6e12e8f640bd31.zip
tk-e22af4d464243b47575c487d2c6e12e8f640bd31.tar.gz
tk-e22af4d464243b47575c487d2c6e12e8f640bd31.tar.bz2
Add print to tk(n) man page; fix corrupted postscript export from macOS print dialog
Diffstat (limited to 'doc')
-rw-r--r--doc/tk.n10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/tk.n b/doc/tk.n
index 18eb6a7..f6d0704 100644
--- a/doc/tk.n
+++ b/doc/tk.n
@@ -111,6 +111,12 @@ is undefined whether existing widgets will resize themselves dynamically to
accommodate the new scaling factor.
.RE
.TP
+\fBtk print \fIwindow\fR
+.
+The \fBtk print\fR command posts a dialog that allows users to print output
+from the \fBcanvas\fR and \fBtext\fR widgets. The printing will be done using
+platform-native APIs and dialogs where available.
+.TP
\fBtk sysnotify \fP \fItitle\fP? \fImessage\fP?
.
The \fBtk sysnotify\fP command creates a platform-specific system
@@ -139,9 +145,9 @@ Returns the current Tk windowing system, one of
\fBx11\fR (X11-based), \fBwin32\fR (MS Windows),
or \fBaqua\fR (Mac OS X Aqua).
.SH "SEE ALSO"
-busy(n), fontchooser(n), send(n), sysnotify(n), systray(n), winfo(n)
+busy(n), fontchooser(n), print(n), send(n), sysnotify(n), systray(n), winfo(n)
.SH KEYWORDS
-application name, send, sysnotify, systray
+application name, print, send, sysnotify, systray
'\" Local Variables:
'\" mode: nroff
'\" End: