diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-10 19:49:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-11 04:19:44 -0400 |
commit | a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch) | |
tree | 629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtSetSelectionParameters.man | |
parent | cf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff) |
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/XtSetSelectionParameters.man')
-rw-r--r-- | man/XtSetSelectionParameters.man | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XtSetSelectionParameters.man b/man/XtSetSelectionParameters.man index 444553c..ab9301e 100644 --- a/man/XtSetSelectionParameters.man +++ b/man/XtSetSelectionParameters.man @@ -82,13 +82,13 @@ Specifies the size in bits of the data in the elements of \fIvalue\fP. The specified parameters will be copied and stored in a new property of the specified type and format on the requestor's window. To initiate a selection request with a target and these parameters, a subsequent call to -.BR XtGetSelectionValue +.B XtGetSelectionValue or to -.BR XtGetSelectionValueIncremental +.B XtGetSelectionValueIncremental specifying the same requestor widget and selection atom will generate a -.BR ConvertSelection +.B ConvertSelection request referring referring to the property containing the parameters. If -.BR XtSetSelectionParameters +.B XtSetSelectionParameters is called more than once with the same widget and selection without a call to specify a request, the most recently specified parameters are used in the subsequent request. @@ -99,18 +99,18 @@ sizeof(short); if 32, sizeof(long). .LP To generate a MULTIPLE target request with parameters for any of the multiple targets of the selection request, precede individual calls to -.BR XtGetSelectionValue +.B XtGetSelectionValue and -.BR XtGetSelectionValueIncremental +.B XtGetSelectionValueIncremental with corresponding individual calls to .BR XtSetSelectionParameters , and enclose these all within -.BR XtCreateSelectionRequest +.B XtCreateSelectionRequest and .BR XtSendSelectionRequest . -.BR XtGetSelectionValues +.B XtGetSelectionValues and -.BR XtGetSelectionValuesIncremental +.B XtGetSelectionValuesIncremental cannot be used to make selection requests with parameterized targets. .SH "SEE ALSO" XtGetSelectionParameters(__libmansuffix__) |