Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setvaluator(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

setvaluator(3)  —  Silicon Graphics R1c

NAME

setvaluator - assign an initial value to a valuator

SYNOPSIS

C
setvaluator(v, init, min, max)
Device v;
short init, min, max;

FORTRAN
subroutine setval(v, init, min, max)
integer*2 v, init, min, max

Pascal
procedure setvaluator(v: Device; init, min, max: Short);

DESCRIPTION

Setvaluator assigns an initial value init to a valuator.  Some devices, like tablets, report values fixed to a grid.  In this case, the device defines an initial position and init will be ignored.  Min and max are lower and upper bounds for the values the device can assume. 

SEE ALSO

getvaluator, qvaluator, setbutton, unqvaluator

NOTE

This command can only be used in immediate mode. 

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026