logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

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

Name

XmDropSiteEndUpdate — A Drag and Drop function that facilitates processing updates to multiple drop sites
       "XmDropSiteEndUpdate" "Drag and Drop functions" "XmDropSiteEndUpdate"

Synopsis

       #include <Xm/DragDrop.h>
       voidXmDropSiteEndUpdate(
       Widgetwidget);

See Also