Function: GgiPostponeRealize Purpose: Specify postponed Ggi element realization Category: USER-INTERFACE, SYSTEM File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" bool later; GgiPostponeRealize(later); later - if TRUE, Ggi will realize elements which will be created at a later time when GgiRealize() is called. if FALSE, elements will be realized immediately. Description: GgiPostponeRealize() must be called before any element is created. Postponing the realization of elements can have the following advantages: - window build-up will be faster; - all created elements will fit exactly in the task's main window. Updates: Jan 13, 1998: JPT, Document created.