mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.
If someone knows how to turn the new table of guaranteed-registered system sounds into a LaTeX table, be my guest.
This commit is contained in:
parent
121b6eb018
commit
e79af273e8
2 changed files with 35 additions and 6 deletions
|
@ -59,7 +59,7 @@ static char sound_beep_doc[] =
|
|||
static char sound_module_doc[] =
|
||||
"PlaySound(sound, flags) - play a sound\n"
|
||||
"SND_FILENAME - sound is a wav file name\n"
|
||||
"SND_ALIAS - sound is a control panel sound association name\n"
|
||||
"SND_ALIAS - sound is a registry sound association name\n"
|
||||
"SND_LOOP - Play the sound repeatedly; must also specify SND_ASYNC\n"
|
||||
"SND_MEMORY - sound is a memory image of a wav file\n"
|
||||
"SND_PURGE - stop all instances of the specified sound\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue