Function: GgiEditorSource Purpose: Obtain a Ggi text editor's text source Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident editor; char *result; result = GgiEditorSource(editor); result - the editor's text source. editor - editor element. Description: GgiEditorSource obtains an editor element's text source. Depending on how the editor was created, this string is either a file name or the text itself. Updates: Feb 14, 2000: JPT, Document created.