Function: GgiContext Purpose: Obtain the Ggi application context Category: USER-INTERFACE, SYSTEM File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" #include "ggicontext.h" ident element; XtAppContext *result; result = GgiContext(); result - pointer to the Ggi application context Description: GgiWidget() obtains the application context of a Ggi application. This information can be useful when the widget must be manipulated outside Ggi, which may be the case for canvas elements. Updates: Feb 23, 1998: JPT, Document created.