Name
XtVaCreateWidget — create an instance of a widget using varargs argument style.
Synopsis
Widget XtVaCreateWidget(name, object_class, parent, ..., NULL)
String name;
WidgetClass object_class;
Widget parent;
Arguments
nameSpecifies the resource name for the created widget.
object_class
Specifies the widget class pointer for the created object; may be of class objectClass or any subclass thereof.
parentSpecifies the parent widget.
..., NULLSpecifies the NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications.
Description
XtVaCreateWidget is identical in function to XtCreateWidget with the args and num_args arguments replaced by a varargs list.
See Also
XtCreateManagedWidget(1), XtVaCreateWidget(1), XtVaCreateManagedWidget(1).