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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmDropSiteEndUpdate  --	A Drag and Drop	function that facilitates pro-
       cessing updates to multiple drop	sites

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

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	infor-
       mation.

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

RELATED
       XmDropSiteStartUpdate(3)	and XmDropSiteUpdate(3).

							XmDropSiteEndUpdate(3)

NAME | SYNOPSIS | DESCRIPTION | RELATED

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmDropSiteEndUpdate&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>

home | help