Blame doc/man/man3/XmDataFieldCut.3

Packit b099d7
'\" t
Packit b099d7
...\" TxtFieAE.sgm /main/8 1996/09/08 21:12:52 rws $
Packit b099d7
.de P!
Packit b099d7
.fl
Packit b099d7
\!!1 setgray
Packit b099d7
.fl
Packit b099d7
\\&.\"
Packit b099d7
.fl
Packit b099d7
\!!0 setgray
Packit b099d7
.fl			\" force out current output buffer
Packit b099d7
\!!save /psv exch def currentpoint translate 0 0 moveto
Packit b099d7
\!!/showpage{}def
Packit b099d7
.fl			\" prolog
Packit b099d7
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
Packit b099d7
\!!psv restore
Packit b099d7
.
Packit b099d7
.de pF
Packit b099d7
.ie     ?\\*(f1?? .ds f1 \\n(.f
Packit b099d7
.el .ie ?\\*(f2?? .ds f2 \\n(.f
Packit b099d7
.el .ie ?\\*(f3?? .ds f3 \\n(.f
Packit b099d7
.el .ie ?\\*(f4?? .ds f4 \\n(.f
Packit b099d7
.el .tm ? font overflow
Packit b099d7
.ft \\$1
Packit b099d7
..
Packit b099d7
.de fP
Packit b099d7
.ie     !?\\*(f4?? \{\
Packit b099d7
.	ft \\*(f4
Packit b099d7
.	ds f4\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f3?? \{\
Packit b099d7
.	ft \\*(f3
Packit b099d7
.	ds f3\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f2?? \{\
Packit b099d7
.	ft \\*(f2
Packit b099d7
.	ds f2\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f1?? \{\
Packit b099d7
.	ft \\*(f1
Packit b099d7
.	ds f1\"
Packit b099d7
'	br \}
Packit b099d7
.el .tm ? font underflow
Packit b099d7
..
Packit b099d7
.ds f1\"
Packit b099d7
.ds f2\"
Packit b099d7
.ds f3\"
Packit b099d7
.ds f4\"
Packit b099d7
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
Packit b099d7
.TH "XmDataFieldCut" "library call"
Packit b099d7
.SH "NAME"
Packit b099d7
\fBXmDataFieldCut\fP \(em A DataField function that copies the primary selection to the clipboard and deletes the selected text
Packit b099d7
.iX "XmDataFieldCut"
Packit b099d7
.iX "DataField functions" "XmDataFieldCut"
Packit b099d7
.SH "SYNOPSIS"
Packit b099d7
.PP
Packit b099d7
.nf
Packit b099d7
#include <Xm/DataF\&.h>
Packit b099d7
\fBBoolean \fBXmDataFieldCut\fP\fR(
Packit b099d7
\fBWidget \fBwidget\fR\fR,
Packit b099d7
\fBTime \fBtime\fR\fR);
Packit b099d7
.fi
Packit b099d7
.SH "DESCRIPTION"
Packit b099d7
.PP
Packit b099d7
\fBXmDataFieldCut\fP copies the primary selected text to the clipboard and
Packit b099d7
then deletes the primary selected text\&.
Packit b099d7
This routine calls the widget\&'s \fBXmNvalueChangedCallback\fP and
Packit b099d7
verification callbacks, either \fBXmNmodifyVerifyCallback\fP or
Packit b099d7
\fBXmNmodifyVerifyCallbackWcs\fP, or both\&. If both verification
Packit b099d7
callback lists are registered, the procedures of the
Packit b099d7
\fBXmNmodifyVerifyCallback\fP list are executed first and the resulting
Packit b099d7
data is passed to the \fBXmNmodifyVerifyCallbackWcs\fP callbacks\&.
Packit b099d7
.PP
Packit b099d7
This routine calls the \fBXmNconvertCallback\fP procedures, possibly
Packit b099d7
multiple times, with the \fIselection\fP member of the
Packit b099d7
\fBXmConvertCallbackStruct\fR set to \fBCLIPBOARD\fP and with the
Packit b099d7
\fIparm\fP member set to \fBXmMOVE\fP\&.
Packit b099d7
If the transfer is successful, this routine then calls the
Packit b099d7
\fBXmNconvertCallback\fP procedures for the \fBCLIPBOARD\fP selection
Packit b099d7
and the \fBDELETE\fP target\&.
Packit b099d7
.IP "\fIwidget\fP" 10
Packit b099d7
Specifies the DataField widget ID\&.
Packit b099d7
.IP "\fItime\fP" 10
Packit b099d7
Specifies the time at which the selection value is to be modified\&. This
Packit b099d7
should be the time of the event that triggered this request\&.
Packit b099d7
.PP
Packit b099d7
For a complete definition of DataField and its associated resources, see
Packit b099d7
\fBXmDataField\fP(3)\&.
Packit b099d7
.SH "RETURN"
Packit b099d7
.PP
Packit b099d7
This function returns False if the primary selection is NULL, if the
Packit b099d7
\fIwidget\fP does not own the primary selection, if the function is
Packit b099d7
unable to gain ownership of the clipboard selection, or if no data is
Packit b099d7
placed on the clipboard\&.
Packit b099d7
Otherwise, it returns True\&.
Packit b099d7
.SH "RELATED"
Packit b099d7
.PP
Packit b099d7
\fBXmDataField\fP(3)\&.
Packit b099d7
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:34