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

Поисковые слова: релятивистское движение
Function: GgiSetRange

Purpose: Modify the range of a Ggi gauge or dial element (analog valuator).

Category: USER-INTERFACE

File: ggi.src

Author: J.P. Terlouw

Use:
#include "ggi.h"
ident valtor, result;
float lowval, highval;

result = GgiSetRange(gauge, lowval, highval);

valtor - the gauge or dial element to be operated upon.
lowval - the value corresponding with the lowest position.
highval - the value corresponding with the highest position.
result - receives a copy the argument element.

lowval may be larger than highval.

Updates: Jan 13, 1998: JPT, Document created.
Jan 14, 1999: JPT, Modified for dial element.