1XtCreateApplicationShell(3)XT COMPATIBILITY FUNCTIONSXtCreateApplicationShell(3)
2
3
4

NAME

6       XtCreateApplicationShell - create top-level widget instance
7

SYNTAX

9       Widget XtCreateApplicationShell(String name, WidgetClass widget_class,
10              ArgList args, Cardinal num_args);
11

ARGUMENTS

13       name      Specifies the name of the shell.
14
15       args      Specifies the argument list to override any other resource
16                 specifications.
17
18       num_args  Specifies the number of arguments in the argument list.
19

DESCRIPTION

21       The procedure XtCreateApplicationShell calls XtAppCreateShell with the
22       application NULL, the application class passed to XtInitialize, and the
23       default application context created by XtInitialize.  This routine has
24       been replaced by XtAppCreateShell.
25

SEE ALSO

27       XtAppCreateShell(3)
28       X Toolkit Intrinsics - C Language Interface
29       Xlib - C Language X Interface
30
31
32
33X Version 11                      libXt 1.1.5      XtCreateApplicationShell(3)
Impressum