summaryrefslogtreecommitdiff
path: root/man/XtGetSelectionValue.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtGetSelectionValue.man')
-rw-r--r--man/XtGetSelectionValue.man12
1 files changed, 4 insertions, 8 deletions
diff --git a/man/XtGetSelectionValue.man b/man/XtGetSelectionValue.man
index 1385800..da37a63 100644
--- a/man/XtGetSelectionValue.man
+++ b/man/XtGetSelectionValue.man
@@ -69,13 +69,11 @@ void XtGetSelectionValues(Widget \fIw\fP, Atom \fIselection\fP, Atom
*\fItargets\fP, int \fIcount\fP, XtSelectionCallbackProc \fIcallback\fP,
XtPointer \fIclient_data\fP, Time \fItime\fP);
.SH ARGUMENTS
-.ds Cb \ that is to be called when the selection value has been obtained
.IP \fIcallback\fP 1i
-Specifies the callback procedure\*(Cb.
-.ds Cd it is called
+Specifies the callback procedure that is to be called when the selection value has been obtained.
.IP \fIclient_data\fP 1i
Specifies the argument that is to be passed to the specified procedure
-when \*(Cd.
+when it is called.
.IP \fIclient_data\fP 1i
Specifies the client data (one for each target type)
that is passed to the callback procedure when it is called for that target.
@@ -87,12 +85,10 @@ Specifies the particular selection desired (that is, primary or secondary).
Specifies the type of the information that is needed about the selection.
.IP \fItargets\fP 1i
Specifies the types of information that is needed about the selection.
-.ds Ti value is desired
.IP \fItime\fP 1i
-Specifies the timestamp that indicates when the selection \*(Ti.
-.ds Wi that is making the request
+Specifies the timestamp that indicates when the selection value is desired.
.IP \fIw\fP 1i
-Specifies the widget \*(Wi.
+Specifies the widget that is making the request.
.SH DESCRIPTION
The
.BR XtGetSelectionValue