diff options
author | fvogel <fvogelnew1@free.fr> | 2021-07-12 20:40:37 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-07-12 20:40:37 (GMT) |
commit | 31d8e97bb4db55efe1e74fa77ad7174b24871de4 (patch) | |
tree | 22768a6b6986364b7b08e8f8a64a5858e3d89b21 | |
parent | bc32d447cc32a54af55bb6dfeb42bba358cc070e (diff) | |
download | tk-31d8e97bb4db55efe1e74fa77ad7174b24871de4.zip tk-31d8e97bb4db55efe1e74fa77ad7174b24871de4.tar.gz tk-31d8e97bb4db55efe1e74fa77ad7174b24871de4.tar.bz2 |
Respect alphabetical order of commands in tk.n, and link to the 'print' man page.
-rw-r--r-- | doc/tk.n | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -86,6 +86,13 @@ error if tried. Controls the Tk font selection dialog. For more details see the \fBfontchooser\fR manual page. .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. For more details see the +\fBprint\fR manual page. +.TP \fBtk scaling \fR?\fB\-displayof \fIwindow\fR? ?\fInumber\fR? . Sets and queries the current scaling factor used by Tk to convert between @@ -111,12 +118,6 @@ 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 |