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

XmDragCancel — A Drag and Drop function that terminates a drag transaction "XmDragCancel" "Drag and Drop

Description

XmDragCancel terminates a drag operation and cancels any pending actions of  the  specified  DragContext.
       This routine can only be called by the initiator client.

       dragcontext
                 Specifies  the ID of the DragContext widget associated with the drag and drop transaction to be
                 terminated

       For a complete definition of DragContext and its associated resources, see XmDragContext(3).

Name

XmDragCancel  — A Drag and Drop function that terminates a drag transaction "XmDragCancel" "Drag and Drop
       functions" "XmDragCancel"

Synopsis

       #include <Xm/DragDrop.h>
       voidXmDragCancel(
       Widgetdragcontext);

See Also