GGWindowExtras.mesa
Copyright © 1993 by Xerox Corporation. All rights reserved.
Bier, August 20, 1993 5:29 pm PDT
Contents: More routines dealing with creating Gargoyle editors in various contexts.
DIRECTORY
GGInterfaceTypes;
GGWindowExtras: CEDAR DEFINITIONS = BEGIN
GGData: TYPE = GGInterfaceTypes.GGData;
SetBeingBorn: PROC [ggData: GGData, beingBorn: BOOL ¬ FALSE];
If ggData was created with GGWindow.CreateGGData, this routine must be called with beingBorn = FALSE before the GGData will handle input events.
END.