1XtCreateApplicationShell(3xX)T COMPATIBILITY FUNCTIONXStCreateApplicationShell(3x)
2
3
4
6 XtCreateApplicationShell - create top-level widget instance
7
9 Widget XtCreateApplicationShell(String name, WidgetClass widget_class,
10 ArgList args, Cardinal num_args);
11
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
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
27 XtAppCreateShell(3Xt)
28 X Toolkit Intrinsics - C Language Interface
29 Xlib - C Language X Interface
30
31
32
33X Version 11 libXt 1.0.4 XtCreateApplicationShell(3x)