Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

XmDropSiteEndUpdate(3X)  —  OSF/Motif

NAME

XmDropSiteEndUpdate − A Drag and Drop function that facilitates processing updates to multiple drop sites

SYNOPSIS

#include <Xm/DragDrop.h>
void XmDropSiteEndUpdate (widget)
Widgetwidget;

DESCRIPTION

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. 

widgetSpecifies 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(3X). 

RELATED INFORMATION

XmDropSiteStartUpdate(3X) and XmDropSiteUpdate(3X). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026