Name
XtVaAppCreateShell — create a top-level widget that is the root of a widget tree, using varargs argument style.
Synopsis
Widget XtVaAppCreateShell(application_name, application_class, widget_class, display, ..., NULL)
String application_name;
String application_class;
WidgetClass widget_class;
Display ∗display;
Arguments
application_name
Specifies the name of the application instance.
application_class
Specifies the class name of this application.
widget_class
Specifies the widget class for the top-level widget.
displaySpecifies the display.
..., NULLSpecifies the NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications.
Description
XtVaAppCreateShell is identical in function to XtAppCreateShell with the args and num_args arguments replaced by a varargs list.
See Also
XtAppCreateShell(1), XtAppInitialize(1), XtVaAppInitialize(1).