Function: GgiSetWidth Purpose: Modify default Ggi window width. Category: USER-INTERFACE, SYSTEM File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" int width; GgiSetWidth(width); width - task's window width in pixels Description: GgiSetWidth must be called before any element is created. The supplied width will not be used when element realization is postponed. Updates: Jan 13, 1998: JPT, Document created. Mar 9, 1998: JPT, renamed from GgiWidth