Blame doc/man/man3/XmGetDragContext.3

Packit b099d7
'\" t
Packit b099d7
...\" GetDragC.sgm /main/8 1996/09/08 20:45:56 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 "XmGetDragContext" "library call"
Packit b099d7
.SH "NAME"
Packit b099d7
\fBXmGetDragContext\fP \(em A Drag and Drop function that retrieves the
Packit b099d7
DragContext widget ID associated with a timestamp
Packit b099d7
.iX "XmGetDragContext"
Packit b099d7
.iX "Drag and Drop functions" "XmGetDragContext"
Packit b099d7
.SH "SYNOPSIS"
Packit b099d7
.PP
Packit b099d7
.nf
Packit b099d7
#include <Xm/DragC\&.h>
Packit b099d7
\fBWidget \fBXmGetDragContext\fP\fR(
Packit b099d7
\fBWidget \fBrefwidget\fR\fR,
Packit b099d7
\fBTime \fBtimestamp\fR\fR);
Packit b099d7
.fi
Packit b099d7
.SH "DESCRIPTION"
Packit b099d7
.PP
Packit b099d7
\fBXmGetDragContext\fP returns the widget ID of the active
Packit b099d7
DragContext associated with a given display and timestamp\&. A timestamp
Packit b099d7
uniquely identifies which DragContext is active when more than
Packit b099d7
one drag and drop transaction has been initiated on a display\&. If
Packit b099d7
the specified timestamp matches a timestamp processed between
Packit b099d7
the start and finish of a single drag and drop transaction, the
Packit b099d7
function returns the corresponding DragContext ID\&.
Packit b099d7
.IP "\fIrefwidget\fP" 10
Packit b099d7
Specifies the ID of the widget that the routine uses to identify
Packit b099d7
the intended display\&. The function returns the ID of the
Packit b099d7
DragContext associated with the display value passed by this widget\&.
Packit b099d7
.IP "\fItimestamp\fP" 10
Packit b099d7
Specifies a timestamp\&.
Packit b099d7
.PP
Packit b099d7
For a complete definition of DragContext and its associated resources,
Packit b099d7
see \fBXmDragContext\fP(3)\&.
Packit b099d7
.SH "RETURN"
Packit b099d7
.PP
Packit b099d7
Returns the ID of the DragContext widget that is active for the
Packit b099d7
specified timestamp\&. Otherwise, returns NULL if no active
Packit b099d7
DragContext is found\&.
Packit b099d7
.SH "RELATED"
Packit b099d7
.PP
Packit b099d7
\fBXmDragContext\fP(3)\&.
Packit b099d7
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:24