XmDropSiteEndUpdate
A Drag and Drop function that facilitates processing updates to multiple drop sites "XmDropSiteEndUpdate" "Drag and Drop functions" "XmDropSiteEndUpdate"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
A Drag and Drop function that facilitates processing updates to multiple drop sites "XmDropSiteEndUpdate" "Drag and Drop functions" "XmDropSiteEndUpdate"
#include <Xm/DragDrop.h> void XmDropSiteEndUpdate( Widget widget);
XmDropSiteEndUpdate is used in conjunction with XmDropSiteStartUpdate to process updates to multiple drop sites within the same hierarchy. XmDropSiteStartUpdate and XmDropSiteEndUpdate signal the beginning and the end respectively of a series of calls to XmDropSiteUpdate. Calls to XmDropSiteStartUpdate and XmDropSiteEndUpdate can be recursively stacked. Using these routines optimizes the processing of update information.
For a complete definition of DropSite and its associated resources, see XmDropSite(3).