1XmDropSiteRetrieve(library call) XmDropSiteRetrieve(library call)
2
3
4
6 XmDropSiteRetrieve — A Drag and Drop function that retrieves resource
7 values set on a drop site
8
10 #include <Xm/DragDrop.h>
11 void XmDropSiteRetrieve(
12 Widget widget,
13 ArgList arglist,
14 Cardinal argcount);
15
17 XmDropSiteRetrieve extracts values for the given resources from the
18 drop site specified by widget. An initiator can also obtain informa‐
19 tion about the current drop site by passing the associated DragContext
20 widget as the widget parameter to this routine. The initiator can
21 retrieve all of the drop site resources except XmNdragProc and XmNdrop‐
22 Proc using this method.
23
24 widget Specifies the ID of the widget that encloses the drop site.
25
26 arglist Specifies the argument list.
27
28 argcount Specifies the number of attribute/value pairs in the argument
29 list (arglist).
30
31 For a complete definition of DropSite and its associated resources, see
32 XmDropSite(3).
33
35 XmDropSite(3) and XmDropSiteUpdate(3).
36
37
38
39 XmDropSiteRetrieve(library call)