XmCreateText - The Text widget creation function
#include <Xm/Text.h>
Widget XmCreateText (parent, name, arglist, argcount)
Widget parent;
String name;
ArgList arglist;
Cardinal argcount;
XmCreateText creates an instance of a Text widget and returns the associated widget ID.
For a complete definition of Text and its associated resources, see XmText(3X).
Returns the Text widget ID.