setbell() — Silicon Graphics
NAME
setbell − sets the duration of the beep of the keyboard bell
SPECIFICATION
C
setbell(mode)
char mode;
FORTRAN
subroutine setbel(mode)
integer*4 mode
Pascal
procedure setbell(mode: longint);
DESCRIPTION
setbell sets the duration of the beep of the keyboard bell.
| Mode | Meaning |
| 0 | off |
| 1 | short beep |
| 2 | long beep |
SEE ALSO
clkoff, clkon, lampoff, lampon, ringbell IRIS Graphics Programming, Section 7.4, Controlling Peripheral Input/Output Devices
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987