Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtCreateApB(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppCreateShell(1)

 

Name

XtCreateApplicationShell — create an additional top-level widget. 

Synopsis

Widget XtCreateApplicationShell(application_name, widget_class, args, num_args)

    String application_name; /∗unused∗/
    WidgetClass widget_class;
    ArgList args;
    Cardinal num_args;

Arguments

application_name
Specifies the name of the application instance.

widget_class
Specifies the widget class that the application top-level widget should be.

argsSpecifies the argument list in which to set in the WM_COMMAND property. 

num_argsSpecifies the number of arguments in the argument list. 

Description

XtCreateApplicationShell has been superseded by XtAppCreateShell.  XtCreateApplicationShell creates a new logical application within a program.  This function is a simplified interface to XtAppCreateShell.  Since most applications have only one display, XtCreateApplicationShell does not require the application to pass the display explicitly.  It also does not allow the caller to specify the resource class of the application.  To take advantage of the more general functionality, use XtAppCreateShell. 

See Also

XtAppCreateShell(1)

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