Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiShell.dc2
Дата изменения: Thu Mar 14 05:19:25 2002
Дата индексирования: Fri Jan 16 20:39:48 2009
Кодировка:

Поисковые слова: http astrokuban.info astrokuban
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.