1XtInitialize(3)           XT COMPATIBILITY FUNCTIONS           XtInitialize(3)
2
3
4

NAME

6       XtInitialize - initialize
7

SYNTAX

9       Widget XtInitialize(String shell_name, String application_class, XrmOp‐
10              tionDescRec* options, Cardinal num_options, int* argc, char**
11              argv);
12

ARGUMENTS

14       shell_name
15                 Specifies the name of the created shell widget.
16
17       application_class
18                 Specifies the class name of this application, which usually
19                 is the generic name for all instances of this application.
20
21       options   Specifies how to parse the command line for any application-
22                 specific resources.  The options argument is passed as a
23                 parameter to XrmParseCommand.  For further information, see
24                 Xlib - C Language X Interface.
25
26       num_options
27                 Specifies the number of entries in the options list.
28
29       argc      Specifies a pointer to the number of command line parameters.
30
31       argv      Specifies the command line parameters.
32

DESCRIPTION

34       XtInitialize calls XtToolkitInitialize followed by XtOpenDisplay with
35       display_string NULL and application_name NULL, and finally calls XtAp‐
36       pCreateShell with application_name NULL, widget_class applicationShell‐
37       WidgetClass, and the specified args and num_args and returns the cre‐
38       ated shell. The semantics of calling XtInitialize more than once are
39       undefined. This routine has been replaced by XtAppInitialize.
40

SEE ALSO

42       XtAppInitialize(3)
43       X Toolkit Intrinsics - C Language Interface
44       Xlib - C Language X Interface
45
46
47
48X Version 11                      libXt 1.1.5                  XtInitialize(3)
Impressum