Function: GgiShell Purpose: Create a Ggi shell element Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident shell; char *name; shell = GgiShell(name); shell - 'handle' by which element can be referenced. name - the shell's name Description: GgiShell creates a shell element. A shell element is a more or less independent window which can contain any number of 'ordinary' Ggi elements. It can be made visible or invisible (popped up or down) independent from the main window. If a shell element is deleted, all elements contained by it will be deleted automatically. Related documents: GgiUseShell.dc2, GgiShowShell.dc2, GgiDialog.dc2 Updates: Mar 31, 1998: JPT, Document created. Mar 24, 1999: JPT, Recursive deletion implemented.