Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtVaAppCrea(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppCreateShell(1)

XtAppInitialize(1)

XtVaAppInitialize(1)

 

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). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026