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

NAME

6       XtInitialize - initialize
7

SYNTAX

9       #include <X11/Intrinsic.h>
10
11       Widget XtInitialize(const char *shell_name, const char *applica‐
12              tion_class, XrmOptionDescRec* options, Cardinal num_options,
13              int* argc, char** argv);
14

ARGUMENTS

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

DESCRIPTION

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

SEE ALSO

44       XtAppInitialize(3)
45       X Toolkit Intrinsics - C Language Interface
46       Xlib - C Language X Interface
47
48
49
50X Version 11                      libXt 1.2.0                  XtInitialize(3)
Impressum