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

Поисковые слова: закон вина
Function: GgiShowShell

Purpose: Make shell element visible or invisible

Category: USER-INTERFACE

File: ggi.src

Author: J.P. Terlouw

Use:
#include "ggi.h"
ident shell;
bool show;

GgiShowShell(shell, show);

shell - shell element.
show - TRUE: make element visible; FALSE: invisible.

Description: GgiShowShell causes a shell element to be made visible or
invisible (popped up or down). If the shell element is a
dialog shell, interaction is limited to that shell until
it is popped down.

Related documents:
GgiShell.dc2, GgiUseShell.dc2

Updates: Mar 31, 1998: JPT, Document created.
Jun 24, 1998: JPT, Mention dialog shells.