1XtCreateApplicationContext(3)    XT FUNCTIONS    XtCreateApplicationContext(3)
2
3
4

NAME

6       XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetTo‐
7       ApplicationContext, XtToolkitInitialize - create, destroy, and obtain
8       an application context
9

SYNTAX

11       XtAppContext XtCreateApplicationContext(void);
12
13       void XtDestroyApplicationContext(XtAppContext app_context);
14
15       XtAppContext XtWidgetToApplicationContext(Widget w);
16
17       void XtToolkitInitialize(void);
18

ARGUMENTS

20       app_context
21                 Specifies the application context.
22
23       w         Specifies the widget .
24

DESCRIPTION

26       The XtCreateApplicationContext function returns an application context,
27       which is an opaque type.  Every application must have at least one
28       application context.
29
30       The XtDestroyApplicationContext function destroys the specified appli‐
31       cation context as soon as it is safe to do so.  If called from with an
32       event dispatch (for example, a callback procedure), XtDestroy‐
33       ApplicationContext does not destroy the application context until the
34       dispatch is complete.
35
36       The XtWidgetToApplicationContext function returns the application con‐
37       text for the specified widget.
38
39       The XtToolkitInitialize function initializes the Intrinsics internals.
40       If XtToolkitInitialize was previously called it returns immediately.
41

SEE ALSO

43       XtDisplayInitialize(3)
44       X Toolkit Intrinsics - C Language Interface
45       Xlib - C Language X Interface
46
47
48
49X Version 11                      libXt 1.1.5    XtCreateApplicationContext(3)
Impressum