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.
     1 #define GrowlBubblesVeryLowColor		@"Bubbles-Priority-VeryLow-Color"
     2 #define GrowlBubblesModerateColor		@"Bubbles-Priority-Moderate-Color"
     3 #define GrowlBubblesNormalColor			@"Bubbles-Priority-Normal-Color"
     4 #define GrowlBubblesHighColor			@"Bubbles-Priority-High-Color"
     5 #define GrowlBubblesEmergencyColor		@"Bubbles-Priority-Emergency-Color"
     6 
     7 #define GrowlBubblesVeryLowTextColor	@"Bubbles-Priority-VeryLow-Text-Color"
     8 #define GrowlBubblesModerateTextColor	@"Bubbles-Priority-Moderate-Text-Color"
     9 #define GrowlBubblesNormalTextColor		@"Bubbles-Priority-Normal-Text-Color"
    10 #define GrowlBubblesHighTextColor		@"Bubbles-Priority-High-Text-Color"
    11 #define GrowlBubblesEmergencyTextColor	@"Bubbles-Priority-Emergency-Text-Color"
    12 
    13 #define GrowlBubblesVeryLowTopColor		@"Bubbles-Priority-VeryLow-Top-Color"
    14 #define GrowlBubblesModerateTopColor	@"Bubbles-Priority-Moderate-Top-Color"
    15 #define GrowlBubblesNormalTopColor		@"Bubbles-Priority-Normal-Top-Color"
    16 #define GrowlBubblesHighTopColor		@"Bubbles-Priority-High-Top-Color"
    17 #define GrowlBubblesEmergencyTopColor	@"Bubbles-Priority-Emergency-Top-Color"
    18 
    19 #define GrowlBubblesOpacity				@"Bubbles-Opacity"
    20 #define GrowlBubblesDuration			@"Bubbles-Duration"
    21 
    22 #define GrowlBubblesLimitPref			@"Bubbles - Limit"
    23 #define GrowlBubblesScreen				@"Bubbles-Screen"
    24 #define GrowlBubblesSizePref			@"Bubbles-Size"
    25 
    26 #define GrowlBubblesSizeNormal			0
    27 #define GrowlBubblesSizeLarge			1
    28 #define GrowlBubblesSizePrefDefault		GrowlBubblesSizeNormal
    29 
    30 #define GrowlBubblesPrefDomain			@"com.growl.Bubbles"
    31 
    32 // the default value for the duration preference
    33 #define GrowlBubblesDurationPrefDefault		5.0f