Function: GgiWindow Purpose: Obtain the X Window used by a Ggi element Category: USER-INTERFACE, SYSTEM File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" #include "ggiwindow.h" ident element; Window result; result = GgiWindow(element); result - the outer X Window used by the element. Description: GgiWindow() obtains the X Window used by a Ggi element. This information can be useful when elements must be manipulated outside Ggi, which may be the case for canvas elements. Updates: Jan 13, 1998: JPT, Document created.