-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdefines.h
30 lines (26 loc) · 928 Bytes
/
defines.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* emacs buffer mode hint -*- objc -*- */
#define FIRST_HOUR @"firstHour"
#define LAST_HOUR @"lastHour"
#define MIN_STEP @"minimumStep"
#define TOOLTIP @"showTooltip"
#define CAL_DIRECTION @"calendarDirection"
#define CAL_VERTICAL @"Vertical"
#define STORE_CLASSES @"storeClasses"
#define STORES @"stores"
#define ST_DEFAULT @"defaultStore"
#define ST_CLASS @"storeClass"
#define ST_FILE @"storeFilename"
#define ST_COLOR @"storeColor"
#define ST_TEXT_COLOR @"storeTextColor"
#define ST_URL @"storeURL"
#define ST_CALENDAR_URL @"storeCalendarURL"
#define ST_TASK_URL @"storeTaskURL"
#define ST_RW @"storeWritable"
#define ST_REFRESH @"storeAutomaticRefresh"
#define ST_REFRESH_INTERVAL @"storeRefreshInterval"
#define ST_DISPLAY @"storeDisplay"
#define ST_ENABLED @"storeEnabled"
#define ST_USERNAME @"username"
#define ST_PASSWORD @"password"
#define APPICON_DATE @"appIconShowDate"
#define APPICON_TIME @"appIconShowTime"