diff options
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 319f107e..b7241136 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -101,6 +101,14 @@ typedef enum SPFavoritesSortTypeItem = 2 } SPFavoritesSortItem; +// Text and link cell draw states +typedef enum +{ + SPLinkDrawStateNormal = 0, + SPLinkDrawStateHighlight = 1, + SPLinkDrawStateBackgroundHighlight = 2 +} SPTextAndLinkCellDrawState; + // Long running notification time for Growl messages extern const CGFloat SPLongRunningNotificationTime; |