diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-31 18:24:37 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-31 18:24:37 +0000 |
commit | 786a51fb9539858aa8974d9fd93e9410867ee08d (patch) | |
tree | 5c27f959e01e3b4310009d93f29d5f9fcdb32eea /Source/SPConstants.h | |
parent | ef9f2de4c69410664f5c75db6b512138c7df72aa (diff) | |
download | sequelpro-786a51fb9539858aa8974d9fd93e9410867ee08d.tar.gz sequelpro-786a51fb9539858aa8974d9fd93e9410867ee08d.tar.bz2 sequelpro-786a51fb9539858aa8974d9fd93e9410867ee08d.zip |
More tidy up. Constants and functions.
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; |