1XmDropSiteUpdate(library call)                  XmDropSiteUpdate(library call)
2
3
4

NAME

6       XmDropSiteUpdate  —  A Drag and Drop function that sets resource values
7       for a drop site
8

SYNOPSIS

10       #include <Xm/DragDrop.h>
11       void XmDropSiteUpdate(
12       Widget widget,
13       ArgList arglist,
14       Cardinal argcount);
15

DESCRIPTION

17       XmDropSiteUpdate modifies drop site resources associated with the spec‐
18       ified widget. This routine updates the drop site resources specified in
19       the arglist.
20
21       widget    Specifies the ID of the widget registered as a drop site
22
23       arglist   Specifies the argument list
24
25       argcount  Specifies the number of attribute/value pairs in the argument
26                 list (arglist)
27
28       For a complete definition of DropSite and its associated resources, see
29       XmDropSite(3).
30
32       XmDropSite(3), XmDropSiteEndUpdate(3),  XmDropSiteRegister(3),  XmDrop‐
33       SiteStartUpdate(3), and XmDropSiteUnregister(3).
34
35
36
37                                                XmDropSiteUpdate(library call)
Impressum