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

XmCreateDragIcon — A Drag and Drop function that creates a DragIcon widget "XmCreateDragIcon" "Drag and

Description

XmCreateDragIcon creates a DragIcon and returns the associated widget ID.

       widget    Specifies the ID of the widget that the function uses  to  access  default  values  for  visual
                 attributes  of  the  DragIcon.  This  widget  may  be  different  than the actual parent of the
                 DragIcon.

       name      Specifies the name of the DragIcon widget.

       arglist   Specifies the argument list.

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

       For a complete definition of DragIcon and its associated resources, see XmDragIcon(3).

Name

XmCreateDragIcon  —  A Drag and Drop function that creates a DragIcon widget "XmCreateDragIcon" "Drag and
       Drop functions" "XmCreateDragIcon" "creation functions" "XmCreateDragIcon"

Return

       The function creates a DragIcon and returns the associated widget ID.

Synopsis

       #include <Xm/DragIcon.h>
       WidgetXmCreateDragIcon(
       Widgetwidget,
       Stringname,
       ArgListarglist,
       Cardinalargcount);

See Also