![]() |
Theme Sound Mask Constants |
Header: Appearance.h |
enum { kThemeNoSounds = 0, kThemeWindowSoundsMask = 1, kThemeMenuSoundsMask = 2, kThemeControlSoundsMask = 4, kThemeFinderSoundsMask = 8 };
If no bits are set, no theme sounds are enabled.
If the bit specified by this mask is set, window sounds are enabled.
If the bit specified by this mask is set, menu sounds are enabled.
If the bit specified by this mask is set, control sounds are enabled.
If the bit specified by this mask is set, Finder sounds are enabled.
Theme sound mask constants define masks that are used to specify the classes of sounds that are enabled for a theme. You can use these masks to operate upon the unsigned 32-bit integer contained in the kThemeSoundMaskTag collection item, which is described in
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)