Function: GgiListLabels Purpose: Replace a list Ggi element's entry labels Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident list, result; char **labels; result = GgiListLabels(list, labels); result - copy of the 'list' argument. list - list element. Must have been created with GgiList. labels - a NULL-pointer terminated list of pointers to the list entry texts. Description: GgiListLabels replaces a list element's entry labels. Because the current value of the keyword associated with the list may not be valid anymore, wkey_c() is called in order to undefine it. Updates: Nov 2, 1999: JPT, Document created.