summaryrefslogtreecommitdiffstats
path: root/doc/clipboard.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-06-04 03:15:20 (GMT)
committerhobbs <hobbs>2001-06-04 03:15:20 (GMT)
commitc64411a59027a7aa22f51d8bf6b9e9435f094488 (patch)
tree4f44b743a9dd159aea2a46a3dcd6e1657550eee2 /doc/clipboard.n
parenta51849a9d5ffe314e566b2e7641d3eb68b95d59e (diff)
downloadtk-c64411a59027a7aa22f51d8bf6b9e9435f094488.zip
tk-c64411a59027a7aa22f51d8bf6b9e9435f094488.tar.gz
tk-c64411a59027a7aa22f51d8bf6b9e9435f094488.tar.bz2
* doc/selection.n:
* doc/clipboard.n: added SEE ALSOs to cross-reference selection and clipboard, with extra note for clipboard command in selection docs. [Patch #422256]
Diffstat (limited to 'doc/clipboard.n')
-rw-r--r--doc/clipboard.n9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/clipboard.n b/doc/clipboard.n
index 3417623..4efa208 100644
--- a/doc/clipboard.n
+++ b/doc/clipboard.n
@@ -5,10 +5,10 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: clipboard.n,v 1.3 2000/05/14 23:25:03 ericm Exp $
+'\" RCS: @(#) $Id: clipboard.n,v 1.4 2001/06/04 03:15:20 hobbs Exp $
'\"
.so man.macros
-.TH clipboard n 4.0 Tk "Tk Built-In Commands"
+.TH clipboard n 8.4 Tk "Tk Built-In Commands"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
@@ -77,12 +77,17 @@ This feature may be convenient if, for example, \fIdata\fR starts
with a \fB\-\fR.
.RE
.TP
+.VS 8.4
\fBclipboard get\fR ?\fB\-displayof\fR \fIwindow\fR? ?\fB\-type\fR?
Retrieve data from the clipboard on \fIwindow\fR's display.
\fIwindow\fR defaults to ".". \fIType\fR specifies the form in which
the data is to be returned and should be an atom name such as STRING
or FILE_NAME. \fIType\fR defaults to STRING. This command is
equivalent to \fBselection get -selection CLIPBOARD\fR.
+.VE 8.4
+
+.SH "SEE ALSO"
+selection
.SH KEYWORDS
clear, format, clipboard, append, selection, type