1XmDropSiteEndUpdate(library call) XmDropSiteEndUpdate(library call)
2
3
4
6 XmDropSiteEndUpdate — A Drag and Drop function that facilitates pro‐
7 cessing updates to multiple drop sites
8
10 #include <Xm/DragDrop.h>
11 void XmDropSiteEndUpdate(
12 Widget widget);
13
15 XmDropSiteEndUpdate is used in conjunction with XmDropSiteStartUpdate
16 to process updates to multiple drop sites within the same hierarchy.
17 XmDropSiteStartUpdate and XmDropSiteEndUpdate signal the beginning and
18 the end respectively of a series of calls to XmDropSiteUpdate. Calls
19 to XmDropSiteStartUpdate and XmDropSiteEndUpdate can be recursively
20 stacked. Using these routines optimizes the processing of update infor‐
21 mation.
22
23 widget Specifies the ID of any widget within a given hierarchy. The
24 function uses this widget to identify the shell that contains
25 the drop sites.
26
27 For a complete definition of DropSite and its associated resources, see
28 XmDropSite(3).
29
31 XmDropSiteStartUpdate(3) and XmDropSiteUpdate(3).
32
33
34
35 XmDropSiteEndUpdate(library call)