1XtCreateApplicationShell(3)XT COMPATIBILITY FUNCTIONSXtCreateApplicationShell(3)
2
3
4
6 XtCreateApplicationShell - create top-level widget instance
7
9 #include <X11/Intrinsic.h>
10
11 Widget XtCreateApplicationShell(const char *name, WidgetClass wid‐
12 get_class, ArgList args, Cardinal num_args);
13
15 name Specifies the name of the shell.
16
17 args Specifies the argument list to override any other resource
18 specifications.
19
20 num_args Specifies the number of arguments in the argument list.
21
23 The procedure XtCreateApplicationShell calls XtAppCreateShell with the
24 application NULL, the application class passed to XtInitialize, and the
25 default application context created by XtInitialize. This routine has
26 been replaced by XtAppCreateShell.
27
29 XtAppCreateShell(3)
30 X Toolkit Intrinsics - C Language Interface
31 Xlib - C Language X Interface
32
33
34
35X Version 11 libXt 1.2.1 XtCreateApplicationShell(3)