1XmDropSiteUnregister(library call) XmDropSiteUnregister(library call)
2
3
4
6 XmDropSiteUnregister — A Drag and Drop function that frees drop site
7 information
8
10 #include <Xm/DragDrop.h>
11 void XmDropSiteUnregister(
12 Widget widget);
13
15 XmDropSiteUnregister informs the toolkit that the specified widget is
16 no longer a registered drop site. The function frees all associated
17 drop site information.
18
19 widget Specifies the ID of the widget, registered as a drop site,
20 that is to be unregistered
21
22 For a complete definition of DropSite and its associated resources, see
23 XmDropSite(3).
24
26 XmDropSite(3) and XmDropSiteRegister(3).
27
28
29
30 XmDropSiteUnregister(library call)