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
14
16 This command rings the bell on the display for window and returns an
17 empty string. If the -displayof option is omitted, the display of the
18 application's main window is used by default. The command uses the
19 current bell-related settings for the display, which may be modified
20 with programs such as xset.
21
22 If -nice is not specified, this command also resets the screen saver
23 for the screen. Some screen savers will ignore this, but others will
24 reset so that the screen becomes visible again.
25
26
28 beep, bell, ring
29
30
31
32Tk 8.4 bell(n)