Name
XtVaCreateManagedWidget — create and manage a child widget in a single procedure, using varargs argument style.
Synopsis
Widget XtVaCreateManagedWidget(name, widget_class, parent, ..., NULL)
String name;
WidgetClass widget_class;
Widget parent;
Arguments
nameSpecifies the text name for the created widget.
widget_class
Specifies the widget class pointer for the created widget.
parentSpecifies the parent widget.
..., NULLSpecifies the NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications.
Description
XtVaCreateManagedWidget is identical in function to XtCreateManagedWidget with the args and num_args arguments replaced by a varargs list.
See Also
XtCreateWidget(1), XtCreateManagedWidget(1), XtDestroyWidget(1), XtManageChild(1), XtManageChildren(1), XtVaCreateWidget(1).