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

Поисковые слова: п п п п п п п п
Function: GgiSetFormat

Purpose: Modify a Ggi valuator element's output format.

Category: USER-INTERFACE

File: ggi.src

Author: J.P. Terlouw

Use:
#include "ggi.h"
ident element, result;
char *format;

result = GgiSetFormat(element, format);

element - the element to be operated upon.
format - the new format.

Description: This function operates on all valuator element types,
currently GgiGauge and GgiDial. It modifies the format
used to write the valuator's value to the associated keyword.
When a valuator is created, its format is set to "%f".

Updates: Jan 25, 1999: JPT, Document created.