Version 0.3.23. Setup for PR1.3.
[easylist] / globals.h
1 #ifndef GLOBALS_H\r
2 #define GLOBALS_H\r
3 \r
4 #define WILLEM_LIU "WillemLiu"\r
5 #define EASY_LIST "easylist"\r
6 #define LIST_TEXT "ListText"\r
7 #define LIST_NAMES "ListName"\r
8 #define SELECTED_LIST_NAME "SelectedListName"\r
9 #define DBUS_KEYBOARD_SLIDE "/org/freedesktop/Hal/devices/platform_slide"\r
10 #define CHECKED_ITEMS_TO_BOTTOM "CheckedItemsToBottom"\r
11 #define LANDSCAPE "Landscape"\r
12 #define PORTRAIT "Portrait"\r
13 #define AUTO_ORIENTATION "AutoOrientation"\r
14 #define LIST_TEXT "ListText"\r
15 #define SORT_A_Z "SortAlphabetically"\r
16 \r
17 static const int BACK = 0;\r
18 static const int FORWARD = 1;\r
19 \r
20 #endif // GLOBALS_H\r