[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

ringbell Subroutine

Purpose

Rings the keyboard bell.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void ringbell( )

FORTRAN Syntax

SUBROUTINE RINGBE

Description

The ringbell subroutine rings the keyboard bell for the length of time set by the setbell subroutine.

Note: This subroutine cannot be used to add to a display list.

Example

The example C language program ovrlay.c uses the ringbell subroutine to ring the bell as a ball moves.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

Files

/usr/include/gl/gl.h Contains C language constant and variable type definitions for GL.
/usr/include/gl/fgl.h Contains FORTRAN constant and variable type definitions for GL.

Related Information

Turning off the keyboard click with the clkoff subroutine.

Turning on the keyboard click with the clkon subroutine.

Turning on the keyboard display lights with the lampon subroutine.

Setting the duration of the keyboard bell sound with the setbell subroutine.

AIX Graphics Library Overview and Using the Keyboard.


[ Previous | Next | Contents | Glossary | Home | Search ]