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

XmDropSiteUpdate — A Drag and Drop function that sets resource values for a drop site "XmDropSiteUpdate"

Description

XmDropSiteUpdate modifies drop site resources associated with the specified widget. This routine  updates
       the drop site resources specified in the arglist.

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

Name

XmDropSiteUpdate  — A Drag and Drop function that sets resource values for a drop site "XmDropSiteUpdate"
       "Drag and Drop functions" "XmDropSiteUpdate"

Synopsis

       #include <Xm/DragDrop.h>
       voidXmDropSiteUpdate(
       Widgetwidget,
       ArgListarglist,
       Cardinalargcount);

See Also