Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiAlignLabel.dc2
Дата изменения: Thu Mar 14 05:19:23 2002
Дата индексирования: Sat Jan 17 00:30:52 2009
Кодировка:

Поисковые слова: annular solar eclipse
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.