Function: GgiSetPosition Purpose: Position a Ggi element Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident element, result, xid, yid; int xfrom, yfrom; result = GgiSetPosition(element, xfrom, xid, yfrom, yid); element - the element to be positioned. xfrom - horizontal number of pixels from right edge of xid. xid - other element, or NULL. yfrom - vertical umber of pixels from bottom edge of yid. yid - other element, or NULL. If xid==NULL, the element is positioned relative to the left edge of the task's main window; if yid==NULL, it is positioned relative to the top edge. Updates: Jan 13, 1998: JPT, Document created.