Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiSetPosition.dc2
Дата изменения: Thu Mar 14 05:19:24 2002
Дата индексирования: Sat Jan 17 00:58:34 2009
Кодировка:
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.