Function: GgiSetKeyword Purpose: Modify a Ggi input element's user input keyword. Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident element, result; char *keyword; result = GgiSetKeyword(element, keyword); element - the element to be operated upon. keyword - the new keyword. result - receives a copy of the first argument. Description: This function operates on all input element types. It modifies the keyword which is assiociated with the element. The displayed value does not immediately reflect the keyword's value. To achieve that, TriggerKey() can be called with the new keyword as argument. See also: TriggerKey.dc2 Updates: Apr 27, 1999: JPT, Document created.