Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmCreaDrA(Xm) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmCreateDragIcon(Xm)           6 January 1993           XmCreateDragIcon(Xm)


 Name

    XmCreateDragIcon - a Drag and Drop function that creates a DragIcon
    widget

 Syntax


    #include <Xm/DragIcon.h>

    Widget XmCreateDragIcon (widget, name, arglist, argcount)
    Widget  widget;
    String  name;
    ArgList  arglist;
    Cardinal argcount;


 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(Xm).

 Return value

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

 See also

    XmDragContext(Xm), XmDragIcon(Xm) and XmScreen(Xm).


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026