summaryrefslogtreecommitdiffstats
path: root/doc/selection.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/selection.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/selection.n')
-rw-r--r--doc/selection.n8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/selection.n b/doc/selection.n
index a67678b..44fda07 100644
--- a/doc/selection.n
+++ b/doc/selection.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: selection.n,v 1.3 1999/06/03 18:50:45 stanton Exp $
+'\" RCS: @(#) $Id: selection.n,v 1.4 2001/06/04 03:15:20 hobbs Exp $
'\"
.so man.macros
.TH selection n 8.1 Tk "Tk Built-In Commands"
@@ -23,6 +23,9 @@ This command provides a Tcl interface to the X selection mechanism and
implements the full selection functionality described in the
X Inter-Client Communication Conventions Manual (ICCCM).
.PP
+Note that for management of the CLIPBOARD selection (see below), the
+\fBclipboard\fR command may also be used.
+.PP
The first argument to \fBselection\fR determines the format of the
rest of the arguments and the behavior of the command. The following
forms are currently supported:
@@ -126,5 +129,8 @@ If \fIcommand\fR is specified, it is a Tcl script to execute when
some other window claims ownership of the selection away from
\fIwindow\fR. \fISelection\fR defaults to PRIMARY.
+.SH "SEE ALSO"
+clipboard
+
.SH KEYWORDS
clear, format, handler, ICCCM, own, selection, target, type