1XmCreateDragIcon(library call) XmCreateDragIcon(library call)
2
3
4
6 XmCreateDragIcon — A Drag and Drop function that creates a DragIcon
7 widget
8
10 #include <Xm/DragIcon.h>
11 Widget XmCreateDragIcon(
12 Widget widget,
13 String name,
14 ArgList arglist,
15 Cardinal argcount);
16
18 XmCreateDragIcon creates a DragIcon and returns the associated widget
19 ID.
20
21 widget Specifies the ID of the widget that the function uses to
22 access default values for visual attributes of the DragIcon.
23 This widget may be different than the actual parent of the
24 DragIcon.
25
26 name Specifies the name of the DragIcon widget.
27
28 arglist Specifies the argument list.
29
30 argcount Specifies the number of attribute/value pairs in the argument
31 list (arglist).
32
33 For a complete definition of DragIcon and its associated resources, see
34 XmDragIcon(3).
35
37 The function creates a DragIcon and returns the associated widget ID.
38
40 XmDragContext(3), XmDragIcon(3), and XmScreen(3).
41
42
43
44 XmCreateDragIcon(library call)