Function: GgiLabel Purpose: Create a text output Ggi element Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident label; char *text; label = GgiLabel(text); label - 'handle' by which element can be referenced. text - initially displayed text. Description: GgiLabel creates a text output element. If necessary, the displayed text can later be changed by calling GgiSetLabel(). Updates: Jan 13, 1998: JPT, Document created.