1bell(n) Tk Built-In Commands bell(n)
2
3
4
5______________________________________________________________________________
6
8 bell - Ring a display's bell
9
11 bell ?-displayof window? ?-nice?
12______________________________________________________________________________
13
15 This command rings the bell on the display for window and returns an
16 empty string. If the -displayof option is omitted, the display of the
17 application's main window is used by default. The command uses the
18 current bell-related settings for the display, which may be modified
19 with programs such as xset.
20
21 If -nice is not specified, this command also resets the screen saver
22 for the screen. Some screen savers will ignore this, but others will
23 reset so that the screen becomes visible again.
24
26 beep, bell, ring
27
28
29
30Tk 8.4 bell(n)