Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmdropsiteupdate(3x) [osf1 man page]

XmDropSiteUpdate(3X)													      XmDropSiteUpdate(3X)

NAME
XmDropSiteUpdate - A Drag and Drop function that sets resource values for a drop site SYNOPSIS
#include <Xm/DragDrop.h> void XmDropSiteUpdate (widget, arglist, argcount) 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 arglist. Specifies the ID of the widget registered as a drop site Specifies the argument list Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of DropSite and its associated resources, see XmDropSite(3X). SEE ALSO
XmDropSite(3X), XmDropSiteEndUpdate(3X), XmDropSiteRegister(3X), XmDropSiteStartUpdate(3X), XmDropSiteUnregister(3X) XmDropSiteUpdate(3X)

Check Out this Related Man Page

XmDropSiteRegister(library call)										  XmDropSiteRegister(library call)

NAME
XmDropSiteRegister -- A Drag and Drop function that identifies a drop site and assigns resources that specify its behavior SYNOPSIS
#include <Xm/DragDrop.h> void XmDropSiteRegister( Widget widget, ArgList arglist, Cardinal argcount); DESCRIPTION
XmDropSiteRegister identifies the specified widget or gadget as a drop site and sets resource values that define the drop site's behavior. The routine assigns default values to any resources that are not specified in the argument list. The toolkit generates a warning message if a drop site is registered with XmNdropSiteActivity set to XmDROP_SITE_ACTIVE and the XmNdropProc resource is NULL. If the drop site is a descendant of a widget that is registered as a drop site, the XmNdropSiteType resource of the ancestor drop site must be specified as XmDROP_SITE_COMPOSITE. The ancestor must be registered before the descendant. The drop site is stacked above all other sib- ling drop sites already registered. widget Specifies the ID of the widget to be registered. 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 XmDropSite(3). RELATED
XmDisplay(3), XmDropSite(3), XmDropSiteEndUpdate(3), XmDropSiteStartUpdate(3), XmDropSiteUpdate(3), XmDropSiteUnregister(3), and XmScreen(3). XmDropSiteRegister(library call)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies