source: gs2-extensions/iOS-1.x/trunk/AppDefs.h@ 28647

Last change on this file since 28647 was 22548, checked in by davidb, 14 years ago

Original version of Greenstone2 app for iPhone/iPod-touch

File size: 570 bytes
Line 
1
2#define TOP_NAVBAR_HEIGHT 45.0f
3#define BOT_NAVBAR_HEIGHT 40.0f
4
5enum UIButtonBarStyle
6{
7 barstyleBlue = 0, barstyleBlack = 1, barstyleTransparent=2
8};
9
10
11typedef enum
12{
13 UITransitionNothing = 0,
14 UITransitionBothShiftLeft = 1,
15 UITransitionBothShiftRight = 2,
16 UITransitionBothShiftUp = 3,
17 UITransitionError4 = 4,
18 UITransitionCurrentShiftDown = 5,
19 UITransitionError6 = 6,
20 UITransitionBothShiftDown = 7,
21 UITransitionNextShiftUp = 8,
22 UITransitionNextShiftDown = 9
23} UITransitionStyle;
24
25enum GSButtonBarEnum
26{
27 GSBBBrowse=1, GSBBQuery=2, GSBBPref=3
28};
29
Note: See TracBrowser for help on using the repository browser.