DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmDropSiteStartUpdate(Xm)


XmDropSiteStartUpdate -- a Drag and Drop function that facilitates processing updates to multiple drop sites

Syntax

#include <Xm/DragDrop.h>

void XmDropSiteStartUpdate (widget) Widget widget;

Description

XmDropSiteStartUpdate is used in conjunction with XmDropSiteEndUpdate to process updates to multiple drop sites within the same shell widget. 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.

widget
Specifies the ID of any widget within a given hierarchy. The function uses this widget to identify the shell that contains the drop sites.

For a complete definition of DropSite and its associated resources, see XmDropSite(Xm).

See also

XmDropSite(Xm), XmDropSiteEndUpdate(Xm) and XmDropSiteUpdate(Xm).
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005