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

  
 
  

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

NAME
     XmDropSiteUpdate  -- A Drag and Drop function that sets resource values for
     a drop site

SYNOPSIS
     #include <Xm/DragDrop.h>
     void XmDropSiteUpdate(
     Widget widget,
     ArgList arglist,
     Cardinal argcount);

DESCRIPTION
     XmDropSiteUpdate modifies drop site resources associated with the specified
     widget. This routine updates the drop site resources specified in	the  ar-
     glist.

     widget    Specifies the ID of the widget registered as a drop site

     arglist   Specifies the argument list

     argcount  Specifies  the  number  of  attribute/value pairs in the argument
	       list (arglist)

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

RELATED
     XmDropSite(3), XmDropSiteEndUpdate(3), XmDropSiteRegister(3),  XmDropSiteS-
     tartUpdate(3), and XmDropSiteUnregister(3).

							     XmDropSiteUpdate(3)

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

home | help