summaryrefslogtreecommitdiff
path: root/man/XtCreateSelectionRequest.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtCreateSelectionRequest.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtCreateSelectionRequest.man')
-rw-r--r--man/XtCreateSelectionRequest.man24
1 files changed, 12 insertions, 12 deletions
diff --git a/man/XtCreateSelectionRequest.man b/man/XtCreateSelectionRequest.man
index 120f307..83502a0 100644
--- a/man/XtCreateSelectionRequest.man
+++ b/man/XtCreateSelectionRequest.man
@@ -77,19 +77,19 @@ Specifies the particular selection desired.
Specifies the timestamp to be used in making the request.
.SH DESCRIPTION
When
-.BR XtCreateSelectionRequest
+.B XtCreateSelectionRequest
is called, subsequent calls to
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
and
-.BR XtGetSelectionValueIncremental
+.B XtGetSelectionValueIncremental
with the requestor and selection as specified to
-.BR XtCreateSelectionRequest
+.B XtCreateSelectionRequest
will be bundled into a single selection conversion request with
multiple targets. The request is actually initiated by calling
.BR XtSendSelectionRequest .
.LP
When
-.BR XtSendSelectionRequest
+.B XtSendSelectionRequest
is called with a value of \fIrequestor\fP and \fIselection\fP matching
a previous call to
.BR XtCreateSelectionRequest ,
@@ -98,30 +98,30 @@ If a single target request is queued, that request is made. If multiple
targets are queued they are bundled into a single request with the
target MULTIPLE using the specified timestamp. As the conversions are
made, the callbacks associated with each
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
and
-.BR XtGetSelectionValueIncremental
+.B XtGetSelectionValueIncremental
are invoked in turn.
.LP
Multi-threaded applications should lock the application context before
calling
-.BR XtCreateSelectionRequest
+.B XtCreateSelectionRequest
and release the lock after calling
-.BR XtSendSelectionRequest
+.B XtSendSelectionRequest
to ensure that the thread assembling the request is safe from interference
by another thread assembling a different request naming the same widget
and selection.
.LP
When
-.BR XtCancelSelectionRequest
+.B XtCancelSelectionRequest
is called, any requests queued since the last call to
-.BR XtCreateSelectionRequest
+.B XtCreateSelectionRequest
are cleaned up. Subsequent calls to
.BR XtGetSelectionValue ,
.BR XtGetSelectionValues ,
.BR XtGetSelectionValueIncremental ,
and
-.BR XtGetSelectionValuesIncremental
+.B XtGetSelectionValuesIncremental
will not be deferred.
.SH "SEE ALSO"
.br