bell(n) Tk Built-In Commands bell(n)______________________________________________________________________________NAMEbell - Ring a display's bellSYNOPSISbell ?-displayof window?
_________________________________________________________________DESCRIPTION
This command rings the bell on the display for window and returns an
empty string. If the -displayof option is omitted, the display of the
application's main window is used by default. The command uses the
current bell-related settings for the display, which may be modified
with programs such as xset.
This command also resets the screen saver for the screen. Some screen
savers will ignore this, but others will reset so that the screen
becomes visible again.
KEYWORDS
beep, bell, ring
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
┌────────────────────┬─────────────────┐
│ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
├────────────────────┼─────────────────┤
│Availability │ SUNWTk │
├────────────────────┼─────────────────┤
│Interface Stability │ External │
└────────────────────┴─────────────────┘
NOTES
Source for Tk is available in the SUNWTkS package.
Tk 4.0 bell(n)