XmCreateDragIcon(3X) SDK X11 R4.11MU05 XmCreateDragIcon(3X)
NAME
XmCreateDragIcon--A Drag and Drop function that creates a DragIcon
widget
SYNOPSIS
#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(3X).
RETURN VALUE
The function creates a DragIcon and returns the associated widget ID.
RELATED INFORMATION
XmDragContext(3X), XmDragIcon(3X), and XmScreen(3X).
Licensed material--property of copyright holder(s)