Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ endselect(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     endselect(3G)                                       endselect(3G)



NAME
endselect - turns off selection mode
SPECIFICATION
C long endselect(buffer)
short buffer[];
FORTRAN integer*4 function endsel(buffer)
integer*2 buffer(*)
DESCRIPTION
endselect turns off selection mode. The buffer stores any
hits drawing routines generate between gselect and
endselect. Every hit that occurs causes the entire contents
of the name stack to be recorded in the buffer, preceded by
the number of names in the stack. Thus, if the name stack
contains 5, 9, 17 when a hit occurs, the numbers 3, 5, 9, 17
are added to the buffer. The magnitude of the value
returned by endselect is the number of such name lists in
the buffer. If the value returned is positive, then all
hits are recorded in the name lists; if it is negative, the
buffer is not large enough to hold all the hits that
occurred.
SEE ALSO
gselect, loadname, initnames
Programming Guide, Section 9.3, Selecting
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)

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