X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/dd9a7dd8dd7d77b949d2548fb763c9b968c69cea..8e4ab97ee8a6cce189f874e89b74d6f13a35a1cd:/ITTransientStatusWindow.h diff --git a/ITTransientStatusWindow.h b/ITTransientStatusWindow.h index 9592601..adaf75a 100755 --- a/ITTransientStatusWindow.h +++ b/ITTransientStatusWindow.h @@ -57,12 +57,12 @@ typedef enum { ITTransientStatusWindowOther } ITTransientStatusWindowPosition; -typedef enum { // Note: Entry effects described here. Exit does the reverse. - ITTransientStatusWindowEffectNone, // No effect, window just appears. - ITTransientStatusWindowEffectDissolve, // Fades in. - ITTransientStatusWindowEffectSlideVertically, // Slides vertically onto the screen from the nearest edge - ITTransientStatusWindowEffectSlideHorizontally // Slides horizontally onto the screen from the nearest edge - ITTransientStatusWindowEffectPivot // Rotate into place from perpendicular edge +typedef enum { // Note: Entry effects described here. Exit does the reverse. + ITTransientStatusWindowEffectNone, // No effect, window just appears. + ITTransientStatusWindowEffectDissolve, // Fades in. + ITTransientStatusWindowEffectSlideVertically, // Slides vertically onto the screen from the nearest edge + ITTransientStatusWindowEffectSlideHorizontally, // Slides horizontally onto the screen from the nearest edge + ITTransientStatusWindowEffectPivot // Rotate into place from perpendicular edge } ITTransientStatusWindowEffect;