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

Поисковые слова: http astrokuban.info astrokuban
Function: GgiShowDoc

Purpose: Ggi document display routine

Category: USER-INTERFACE

File: ggi.src

Author: J.P. Terlouw

Use:
#include "ggi.h"
char *docname;

GgiShowDoc(docname);

docname - document file name

Description: Within Ggi there is only one document pop-up window available.
If this window is not displayed, calling GgiShowDoc() pops
up a text window with the file's contents.
Otherwise the already present window is popped down.

Warning: This routine is obsolete and should not be used in new software.
GgiHelpMenu() should be used instead.

Updates: Jan 13, 1998: JPT, Document created.
Feb 17, 2000: JPT, Declared obsolete.