Subversion Repositories Kolibri OS

Rev

Rev 6166 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6166 Rev 7661
Line 12... Line 12...
12
#define LEFT_KEY	128+48
12
#define LEFT_KEY	128+48
13
#define RIGHT_KEY	131+48
13
#define RIGHT_KEY	131+48
14
#define RETURN_KEY	13
14
#define RETURN_KEY	13
15
#define BACKSPACE_KEY	8
15
#define BACKSPACE_KEY	8
Line -... Line 16...
-
 
16
 
-
 
17
//Button options
-
 
18
#define BT_DEL      0x80000000
-
 
19
#define BT_HIDE     0x40000000
-
 
20
#define BT_NOFRAME  0x20000000
16
 
21
 
17
// Color constant
22
// Color constant
18
#define clWhite		0x00ffffff
23
#define clWhite		0x00ffffff
19
#define clGray		0x00808080
24
#define clGray		0x00808080
-
 
25
#define clLightGray	0x00c0c0c0
20
#define clLightGray	0x00c0c0c0
26
#define clWhiteGray 0x00E2E2E2
21
#define clDarkGray	0x00707070
27
#define clDarkGray	0x00707070
22
#define clBlack		0x00000000
28
#define clBlack		0x00000000
23
#define clRed		0x00ff0000
29
#define clRed		0x00ff0000
24
#define clGreen		0x0000ff00
30
#define clGreen		0x0000ff00