Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiContext.dc3
Дата изменения: Thu Mar 14 05:19:25 2002
Дата индексирования: Fri Jan 16 22:31:48 2009
Кодировка:
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.