Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
XmDropSiteStartUpdate(3)    Library Functions Manual	XmDropSiteStartUpdate(3)

NAME
     XmDropSiteStartUpdate -- A Drag and Drop function that facilitates process-
     ing updates to multiple drop sites

SYNOPSIS
     #include <Xm/DragDrop.h>
     void XmDropSiteStartUpdate(
     Widget widget);

DESCRIPTION
     XmDropSiteStartUpdate  is	used  in conjunction with XmDropSiteEndUpdate to
     process updates to multiple drop sites within the same  shell  widget.  Xm-
     DropSiteStartUpdate  and  XmDropSiteEndUpdate  signal the beginning and the
     end respectively of a series of calls to XmDropSiteUpdate. Calls to XmDrop-
     SiteStartUpdate 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 Xm-
     DropSite(3).

RELATED
     XmDropSite(3), XmDropSiteEndUpdate(3), and XmDropSiteUpdate(3).

							XmDropSiteStartUpdate(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmDropSiteStartUpdate&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help