diff options
Diffstat (limited to 'man/XtGetSelectionValueIncremental.man')
-rw-r--r-- | man/XtGetSelectionValueIncremental.man | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XtGetSelectionValueIncremental.man b/man/XtGetSelectionValueIncremental.man index 44c27f7..841a1f7 100644 --- a/man/XtGetSelectionValueIncremental.man +++ b/man/XtGetSelectionValueIncremental.man @@ -94,9 +94,9 @@ Specifies the timestamp that indicates when the selection \*(Ti. Specifies the widget \*(Wi. .SH DESCRIPTION The -.ZN XtGetSelectionValueIncremental +.BR XtGetSelectionValueIncremental function is similar to -.ZN XtGetSelectionValue +.BR XtGetSelectionValue except that the \fIselection_callback\fP procedure will be called repeatedly upon delivery of multiple segments of the selection value. The end of the selection value is indicated when \fIselection_callback\fP @@ -105,27 +105,27 @@ freed by the client. If the transfer of the selection is aborted in the middle of a transfer (for example, because to timeout), the \fIselection_callback\fP procedure is called with a type value equal to the symbolic constant -.ZN XT_CONVERT_FAIL +.BR XT_CONVERT_FAIL so that the requestor can dispose of the partial selection value it has collected up until that point. Upon receiving -.ZN XT_CONVERT_FAIL , +.BR XT_CONVERT_FAIL , the requesting client must determine for itself whether or not a partially completed transfer is meaningful. .LP The -.ZN XtGetSelectionValuesIncremental +.BR XtGetSelectionValuesIncremental function is similar to -.ZN XtGetSelectionValueIncremental +.BR XtGetSelectionValueIncremental 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 XtGetSelectionValueIncremental . +.BR XtGetSelectionValueIncremental . The callback is called once with the corresponding client data for each target. -.ZN XtGetSelectionValuesIncremental +.BR XtGetSelectionValuesIncremental 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 XtGetSelectionValueIncremental +.BR XtGetSelectionValueIncremental repeatedly. .SH "SEE ALSO" .br |