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.