summaryrefslogtreecommitdiff
path: root/man/XtGetSelectionValue.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/XtGetSelectionValue.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/XtGetSelectionValue.man')
-rw-r--r--man/XtGetSelectionValue.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XtGetSelectionValue.man b/man/XtGetSelectionValue.man
index 1385800..e73ed30 100644
--- a/man/XtGetSelectionValue.man
+++ b/man/XtGetSelectionValue.man
@@ -95,30 +95,30 @@ Specifies the timestamp that indicates when the selection \*(Ti.
Specifies the widget \*(Wi.
.SH DESCRIPTION
The
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
function requests the value of the selection that has been converted to
the target type.
The specified callback will be called some time after
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
is called;
in fact, it may be called before or after
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
returns.
.LP
The
-.BR XtGetSelectionValues
+.B XtGetSelectionValues
function is similar to
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
except that it takes a list of target types and a list of client data
and obtains the current value of the selection converted to each of the targets.
The effect is as if each target were specified in a separate call to
.BR XtGetSelectionValue .
The callback is called once with the corresponding client data for each target.
-.BR XtGetSelectionValues
+.B XtGetSelectionValues
does guarantee that all the conversions will use the same selection value
because the ownership of the selection cannot change in the middle of the list,
as would be when calling
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
repeatedly.
.SH "SEE ALSO"
XtAppGetSelectionTimeout(__libmansuffix__),