Plugins/Displays/Bubbles/GrowlBubblesDefines.h
author Peter Hosey
Fri May 22 19:33:14 2009 -0700 (2009-05-22)
branchtransition-experiments
changeset 4221 fee030c66025
parent 2785 01f58dac2a7d
child 4246 4f52d1d98978
permissions -rw-r--r--
Increase the default duration of all visual displays (except MusicVideo) to compensate for the faster transition time.
boredzo@2402
     1
#define GrowlBubblesVeryLowColor		@"Bubbles-Priority-VeryLow-Color"
boredzo@2402
     2
#define GrowlBubblesModerateColor		@"Bubbles-Priority-Moderate-Color"
boredzo@2402
     3
#define GrowlBubblesNormalColor			@"Bubbles-Priority-Normal-Color"
boredzo@2402
     4
#define GrowlBubblesHighColor			@"Bubbles-Priority-High-Color"
boredzo@2402
     5
#define GrowlBubblesEmergencyColor		@"Bubbles-Priority-Emergency-Color"
boredzo@2402
     6
boredzo@2402
     7
#define GrowlBubblesVeryLowTextColor	@"Bubbles-Priority-VeryLow-Text-Color"
boredzo@2402
     8
#define GrowlBubblesModerateTextColor	@"Bubbles-Priority-Moderate-Text-Color"
boredzo@2402
     9
#define GrowlBubblesNormalTextColor		@"Bubbles-Priority-Normal-Text-Color"
boredzo@2402
    10
#define GrowlBubblesHighTextColor		@"Bubbles-Priority-High-Text-Color"
boredzo@2402
    11
#define GrowlBubblesEmergencyTextColor	@"Bubbles-Priority-Emergency-Text-Color"
boredzo@2402
    12
boredzo@2402
    13
#define GrowlBubblesVeryLowTopColor		@"Bubbles-Priority-VeryLow-Top-Color"
boredzo@2402
    14
#define GrowlBubblesModerateTopColor	@"Bubbles-Priority-Moderate-Top-Color"
boredzo@2402
    15
#define GrowlBubblesNormalTopColor		@"Bubbles-Priority-Normal-Top-Color"
boredzo@2402
    16
#define GrowlBubblesHighTopColor		@"Bubbles-Priority-High-Top-Color"
boredzo@2402
    17
#define GrowlBubblesEmergencyTopColor	@"Bubbles-Priority-Emergency-Top-Color"
boredzo@2402
    18
boredzo@2402
    19
#define GrowlBubblesOpacity				@"Bubbles-Opacity"
boredzo@2402
    20
#define GrowlBubblesDuration			@"Bubbles-Duration"
boredzo@2402
    21
boredzo@2402
    22
#define GrowlBubblesLimitPref			@"Bubbles - Limit"
boredzo@2402
    23
#define GrowlBubblesScreen				@"Bubbles-Screen"
boredzo@2402
    24
#define GrowlBubblesSizePref			@"Bubbles-Size"
boredzo@2402
    25
boredzo@2402
    26
#define GrowlBubblesSizeNormal			0
boredzo@2402
    27
#define GrowlBubblesSizeLarge			1
boredzo@2402
    28
#define GrowlBubblesSizePrefDefault		GrowlBubblesSizeNormal
boredzo@2402
    29
boredzo@2402
    30
#define GrowlBubblesPrefDomain			@"com.growl.Bubbles"
rudy@2785
    31
rudy@2785
    32
// the default value for the duration preference
Peter@4221
    33
#define GrowlBubblesDurationPrefDefault		5.0f