![]() |
Theme Sound Constants |
Header: Appearance.h |
enum { kThemeSoundNone = 0, kThemeSoundMenuOpen = 'mnuo', kThemeSoundMenuClose = 'mnuc', kThemeSoundMenuItemHilite = 'mnui', kThemeSoundMenuItemRelease = 'mnus', kThemeSoundWindowClosePress = 'wclp', kThemeSoundWindowCloseEnter = 'wcle', kThemeSoundWindowCloseExit = 'wclx', kThemeSoundWindowCloseRelease = 'wclr', kThemeSoundWindowZoomPress = 'wzmp', kThemeSoundWindowZoomEnter = 'wzme', kThemeSoundWindowZoomExit = 'wzmx', kThemeSoundWindowZoomRelease = 'wzmr', kThemeSoundWindowCollapsePress = 'wcop', kThemeSoundWindowCollapseEnter = 'wcoe', kThemeSoundWindowCollapseExit = 'wcox', kThemeSoundWindowCollapseRelease = 'wcor', kThemeSoundWindowDragBoundary = 'wdbd', kThemeSoundUtilWinClosePress = 'uclp', kThemeSoundUtilWinCloseEnter = 'ucle', kThemeSoundUtilWinCloseExit = 'uclx', kThemeSoundUtilWinCloseRelease = 'uclr', kThemeSoundUtilWinZoomPress = 'uzmp', kThemeSoundUtilWinZoomEnter = 'uzme', kThemeSoundUtilWinZoomExit = 'uzmx', kThemeSoundUtilWinZoomRelease = 'uzmr', kThemeSoundUtilWinCollapsePress = 'ucop', kThemeSoundUtilWinCollapseEnter = 'ucoe', kThemeSoundUtilWinCollapseExit = 'ucox', kThemeSoundUtilWinCollapseRelease = 'ucor', kThemeSoundUtilWinDragBoundary = 'udbd', kThemeSoundWindowOpen = 'wopn', kThemeSoundWindowClose = 'wcls', kThemeSoundWindowZoomIn = 'wzmi', kThemeSoundWindowZoomOut = 'wzmo', kThemeSoundWindowCollapseUp = 'wcol', kThemeSoundWindowCollapseDown = 'wexp', kThemeSoundWindowActivate = 'wact', kThemeSoundUtilWindowOpen = 'uopn', kThemeSoundUtilWindowClose = 'ucls', kThemeSoundUtilWindowZoomIn = 'uzmi', kThemeSoundUtilWindowZoomOut = 'uzmo', kThemeSoundUtilWindowCollapseUp = 'ucol', kThemeSoundUtilWindowCollapseDown = 'uexp', kThemeSoundUtilWindowActivate = 'uact', kThemeSoundDialogOpen = 'dopn', kThemeSoundDialogClose = 'dlgc', kThemeSoundAlertOpen = 'aopn', kThemeSoundAlertClose = 'altc', kThemeSoundPopupWindowOpen = 'pwop', kThemeSoundPopupWindowClose = 'pwcl', kThemeSoundButtonPress = 'btnp', kThemeSoundButtonEnter = 'btne', kThemeSoundButtonExit = 'btnx', kThemeSoundButtonRelease = 'btnr', kThemeSoundDefaultButtonPress = 'dbtp', kThemeSoundDefaultButtonEnter = 'dbte', kThemeSoundDefaultButtonExit = 'dbtx', kThemeSoundDefaultButtonRelease = 'dbtr', kThemeSoundCancelButtonPress = 'cbtp', kThemeSoundCancelButtonEnter = 'cbte', kThemeSoundCancelButtonExit = 'cbtx', kThemeSoundCancelButtonRelease = 'cbtr', kThemeSoundCheckboxPress = 'chkp', kThemeSoundCheckboxEnter = 'chke', kThemeSoundCheckboxExit = 'chkx', kThemeSoundCheckboxRelease = 'chkr', kThemeSoundRadioPress = 'radp', kThemeSoundRadioEnter = 'rade', kThemeSoundRadioExit = 'radx', kThemeSoundRadioRelease = 'radr', kThemeSoundScrollArrowPress = 'sbap', kThemeSoundScrollArrowEnter = 'sbae', kThemeSoundScrollArrowExit = 'sbax', kThemeSoundScrollArrowRelease = 'sbar', kThemeSoundScrollEndOfTrack = 'sbte', kThemeSoundScrollTrackPress = 'sbtp', kThemeSoundSliderEndOfTrack = 'slte', kThemeSoundSliderTrackPress = 'sltp', kThemeSoundBalloonOpen = 'blno', kThemeSoundBalloonClose = 'blnc', kThemeSoundBevelPress = 'bevp', kThemeSoundBevelEnter = 'beve', kThemeSoundBevelExit = 'bevx', kThemeSoundBevelRelease = 'bevr', kThemeSoundLittleArrowUpPress = 'laup', kThemeSoundLittleArrowDnPress = 'ladp' };
Specifies that no sound is played.
Identifies a sound to be played when the user opens a menu.
Identifies a sound to be played when the user closes a menu.
Identifies a sound to be played when the user highlights a menu item.
Identifies a sound to be played when the user selects a menu item.
Identifies a sound to be played when the user presses the mouse button while the cursor is over a windows close box.
Identifies a sound to be played when the user moves the cursor over a windows close box after having moved the cursor away from the close box without releasing the mouse button.
Identifies a sound to be played when the user moves the cursor away from a position over a windows close box, while the mouse button remains pressed.
Identifies a sound to be played when the user releases the mouse button while the cursor is over a windows close box.
Identifies a sound to be played when the user presses the mouse button while the cursor is over a windows zoom box.
Identifies a sound to be played when the user moves the cursor over a windows zoom box after having moved the cursor away from the zoom box without releasing the mouse button.
Identifies a sound to be played when the user moves the cursor away from a position over a windows zoom box, while the mouse button remains pressed.
Identifies a sound to be played when the user releases the mouse button while the cursor is over a windows zoom box.
Identifies a sound to be played when the user presses the mouse button while the cursor is over a windows collapse box.
Identifies a sound to be played when the user moves the cursor over a windows collapse box after having moved the cursor away from the collapse box without releasing the mouse button.
Identifies a sound to be played when the user moves the cursor away from a position over a windows collapse box, while the mouse button remains pressed.
Identifies a sound to be played when the user releases the mouse button while the cursor is over a windows collapse box.
Identifies a sound to be played when the user drags a window to the edge of the area where it can be dragged. Note: This functionality is not available under Appearance Manager 1.1 or prior versions of Appearance.
Identifies a sound to be played when the user presses the mouse button while the cursor is over a utility (floating) windows close box.
Identifies a sound to be played when the user moves the cursor over a utility (floating) windows close box after having moved the cursor away from the close box without releasing the mouse button.
Identifies a sound to be played when the user moves the cursor away from a position over a utility (floating) windows close box, while the mouse button remains pressed.
Identifies a sound to be played when the user releases the mouse button while the cursor is over a utility (floating) windows close box.
Identifies a sound to be played when the user presses the mouse button while the cursor is over a utility (floating) windows zoom box.
Identifies a sound to be played when the user moves the cursor over a utility (floating) windows zoom box after having moved the cursor away from the zoom box without releasing the mouse button.
Identifies a sound to be played when the user moves the cursor away from a position over a utility (floating) windows zoom box, while the mouse button remains pressed.
Identifies a sound to be played when the user releases the mouse button while the cursor is over a utility (floating) windows zoom box.
Identifies a sound to be played when the user presses the mouse button while the cursor is over a utility (floating) windows collapse box.
Identifies a sound to be played when the user moves the cursor over a utility (floating) windows collapse box after having moved the cursor away from the collapse box without releasing the mouse button.
Identifies a sound to be played when the user moves the cursor away from a position over a utility (floating) windows collapse box, while the mouse button remains pressed.
Identifies a sound to be played when the user releases the mouse button while the cursor is over a utility (floating) windows collapse box.
Identifies a sound to be played when the user drags a utility (floating) window to the edge of the area where it can be dragged. Note: This functionality is not available under Appearance Manager 1.1 or prior versions of Appearance.
Identifies a sound to be played when the user opens a window.
Identifies a sound to be played when the user closes a window.
Identifies a sound to be played when the user zooms a window in, that is, to the user state.
Identifies a sound to be played when the user zooms a window out, that is, to the standard state.
Identifies a sound to be played when the user collapses a window.
Identifies a sound to be played when the user uncollapses a window.
Identifies a sound to be played when the user presses the mouse button while the cursor is over an inactive window, thus activating it.
Identifies a sound to be played when the user opens a utility (floating) window.
Identifies a sound to be played when the user closes a utility (floating) window.
Identifies a sound to be played when the user zooms a utility (floating) window in, that is, to the user state.
Identifies a sound to be played when the user zooms a utility (floating) window out, that is, to the standard state.
Identifies a sound to be played when the user collapses a utility (floating) window.
Identifies a sound to be played when the user uncollapses a utility (floating) window.
Identifies a sound to be played when the user presses the mouse button while the cursor is over an inactive utility (floating) window, thus activating it.
Identifies a sound to be played when a dialog box opens.
Your application can pass constants of type ThemeSoundKind to the function
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)