![]() |
Theme Drag Sound Constants |
Header: Appearance.h |
enum { kThemeDragSoundNone = 0, kThemeDragSoundMoveWindow = 'wmov', kThemeDragSoundGrowWindow = 'wgro', kThemeDragSoundMoveUtilWindow = 'umov', kThemeDragSoundGrowUtilWindow = 'ugro', kThemeDragSoundMoveDialog = 'dmov', kThemeDragSoundMoveAlert = 'amov', kThemeDragSoundMoveIcon = 'imov', kThemeDragSoundSliderThumb = 'slth', kThemeDragSoundSliderGhost = 'slgh', kThemeDragSoundScrollBarThumb = 'sbth', kThemeDragSoundScrollBarGhost = 'sbgh', kThemeDragSoundScrollBarArrowDecreasing = 'sbad', kThemeDragSoundScrollBarArrowIncreasing = 'sbai', kThemeDragSoundDragging = 'drag' };
Specifies that no drag sound is used.
Specifies a sound to be played when the user moves a document window.
Specifies a sound to be played when the user resizes a window by dragging the size box.
Specifies a sound to be played when the user moves a utility window.
Specifies a sound to be played when the user resizes a utility window by dragging the size box.
Specifies a sound to be played when the user moves a dialog box.
Specifies a sound to be played when the user moves an alert box.
Specifies a sound to be played when the user moves an icon.
Specifies a sound to be played when the user drags the indicator of a slider control that supports live feedback.
Specifies a sound to be played when the user drags the indicator of a slider control that does not support live feedback.
Specifies a sound to be played when the user drags a scroll box belonging to a scroll bar that supports live feedback.
Specifies a sound to be played when the user drags a scroll box belonging to a scroll bar that does not support live feedback.
Specifies a sound to be played when the user presses and holds the mouse button while the cursor is over the scroll bar arrow that decreases the scroll bars value.
Specifies a sound to be played when the user presses and holds the mouse button while the cursor is over the scroll bar arrow that increases the scroll bars value.
Specifies a sound to be played during a Drag Manager drag.
Your application can pass constants of type ThemeDragSoundKind to the function EndThemeDragSound
when the drag has finished. Only one drag sound may occur at a time. The ThemeDragSoundKind constants are available with Appearance Manager 1.1 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)