summaryrefslogtreecommitdiff
path: root/man/XtSetSelectionParameters.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
committerWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
commit7caf7f47d473e92cf0fc36bf03720765916c17be (patch)
treefc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtSetSelectionParameters.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
replace .ZN with .BR
By replacing we do two things: 1. this fixes the troff behavier 2. this moves us closer to std. man pages 3. after this patch the macro ZN can be deleted Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtSetSelectionParameters.man')
-rw-r--r--man/XtSetSelectionParameters.man22
1 files changed, 11 insertions, 11 deletions
diff --git a/man/XtSetSelectionParameters.man b/man/XtSetSelectionParameters.man
index 7f543aa..444553c 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
-.ZN XtGetSelectionValue
+.BR XtGetSelectionValue
or to
-.ZN XtGetSelectionValueIncremental
+.BR XtGetSelectionValueIncremental
specifying the same requestor widget and selection atom will generate a
-.ZN ConvertSelection
+.BR ConvertSelection
request referring referring to the property containing the parameters. If
-.ZN XtSetSelectionParameters
+.BR 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
-.ZN XtGetSelectionValue
+.BR XtGetSelectionValue
and
-.ZN XtGetSelectionValueIncremental
+.BR XtGetSelectionValueIncremental
with corresponding individual calls to
-.ZN XtSetSelectionParameters ,
+.BR XtSetSelectionParameters ,
and enclose these all within
-.ZN XtCreateSelectionRequest
+.BR XtCreateSelectionRequest
and
-.ZN XtSendSelectionRequest .
-.ZN XtGetSelectionValues
+.BR XtSendSelectionRequest .
+.BR XtGetSelectionValues
and
-.ZN XtGetSelectionValuesIncremental
+.BR XtGetSelectionValuesIncremental
cannot be used to make selection requests with parameterized targets.
.SH "SEE ALSO"
XtGetSelectionParameters(__libmansuffix__)