1XmCreateLabelGadget(library call) XmCreateLabelGadget(library call)
2
3
4
6 XmCreateLabelGadget — The LabelGadget creation function
7
9 #include <Xm/LabelG.h>
10 Widget XmCreateLabelGadget(
11 Widget parent,
12 String name,
13 ArgList arglist,
14 Cardinal argcount);
15
17 XmCreateLabelGadget creates an instance of a LabelGadget widget and
18 returns the associated widget ID.
19
20 parent Specifies the parent widget ID
21
22 name Specifies the name of the created widget
23
24 arglist Specifies the argument list
25
26 argcount Specifies the number of attribute/value pairs in the argument
27 list (arglist)
28
29 For a complete definition of LabelGadget and its associated resources,
30 see XmLabelGadget(3).
31
33 Returns the LabelGadget widget ID.
34
36 XmLabelGadget(3).
37
38
39
40 XmCreateLabelGadget(library call)