Function: GgiAlignLabel Purpose: Modify the alignment of a Ggi element's label Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident element, result; ggiAlign alignment; result = GgiAlignLabel(element, alignment); element - the element to be operated upon. alignment - the kind of alignment: ggiLeft, ggiCenter or ggiRight. result - receives a copy the argument. Description: This function operates on all elements containing a label, including elements created by GgiLabel. Updates: Jan 13, 1998: JPT, Document created.