NAME
XtCreateApplicationContext − create an application context.
SYNOPSIS
XtAppContext XtCreateApplicationContext()
DESCRIPTION
XtCreateApplicationContext() creates and returns an application context, which is an opaque type. Every application must have at least one application context.
USAGE
XtAppInitialize() calls XtCreateApplicationContext() as part of its initialization sequence, so you should not often need to use this function.
The superseded routines that use an implicit context (like XtMainLoop() and XtAddTimeOut()) depend on a default context created by XtInitialize(). You cannot use these routines if you initialize a specific application context.
SEE ALSO
XtAppInitializeUNIX SYSTEM V/68.