diff options
author | Kevin Walzer <kw@codebykevin.com> | 2021-07-12 03:47:56 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2021-07-12 03:47:56 (GMT) |
commit | e22af4d464243b47575c487d2c6e12e8f640bd31 (patch) | |
tree | 548a815ca747bfc99724aa741c6db560acb85aec /doc | |
parent | 450b760fec0469f2ede4aba2ad0a1482b2b7ff85 (diff) | |
download | tk-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.n | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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: |