summaryrefslogtreecommitdiff
path: root/man/XtGetSelectionValue.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/XtGetSelectionValue.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
downloadxorg-lib-libXt-7caf7f47d473e92cf0fc36bf03720765916c17be.tar.gz
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/XtGetSelectionValue.man')
-rw-r--r--man/XtGetSelectionValue.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XtGetSelectionValue.man b/man/XtGetSelectionValue.man
index a6a7e60..1385800 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
-.ZN XtGetSelectionValue
+.BR 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
-.ZN XtGetSelectionValue
+.BR XtGetSelectionValue
is called;
in fact, it may be called before or after
-.ZN XtGetSelectionValue
+.BR XtGetSelectionValue
returns.
.LP
The
-.ZN XtGetSelectionValues
+.BR XtGetSelectionValues
function is similar to
-.ZN XtGetSelectionValue
+.BR 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
-.ZN XtGetSelectionValue .
+.BR XtGetSelectionValue .
The callback is called once with the corresponding client data for each target.
-.ZN XtGetSelectionValues
+.BR 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
-.ZN XtGetSelectionValue
+.BR XtGetSelectionValue
repeatedly.
.SH "SEE ALSO"
XtAppGetSelectionTimeout(__libmansuffix__),