Function: GgiWidget Purpose: Obtain the active widget of a Ggi element Category: USER-INTERFACE, SYSTEM File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" #include "ggiwidget.h" ident element; Widget result; result = GgiWidget(element); result - the active widget of the element Description: GgiWidget() obtains the active widget of the element. 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.