Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ set_locator(3G) — HP-UX 5.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

echo_update(3g)

SET_LOCATOR(3G)

NAME

set_locator − set locator value. 

SYNOPSIS

C SYNTAX

void set_locator(fildes,ordinal,x,y,z);
int fildes,ordinal;
float x,y,z;

FORTRAN77 SYNTAX

       subroutine set_locator(fildes,ordinal,x,y,z)
       integer*4 fildes,ordinal
       real x,y,z

PASCAL SYNTAX

procedure set_locator(fildes,ordinal:integer;x,y,z:real);

HP-UX COMPATIBILITY

Level: HP-UX/STANDARD

Origin: HP

DESCRIPTION

INPUT PARAMETER

fildes
is an integer file descriptor returned by gopen when the I/O path to a graphic device is opened. 
ordinal
is the logical device number ranging from 1 to the number of devices of the locator class.
x,y,z
define the new x, y and z Virtual Device Coordinate values of the locator device.

DISCUSSION

Set the value of the locator device specified by fildes and ordinal. 

SEE ALSO

echo_update(3g). 

Hewlett-Packard  —  last mod. May 11, 2021

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