Subversion Repositories Kolibri OS

Rev

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

Rev 9644 Rev 9699
Line 4... Line 4...
4
 
4
 
5
#ifndef INCLUDE_KOLIBRI_H
5
#ifndef INCLUDE_KOLIBRI_H
6
#include "../lib/kolibri.h"
6
#include "../lib/kolibri.h"
Line -... Line 7...
-
 
7
#endif
-
 
8
 
-
 
9
#ifdef __COFF__
-
 
10
extern dword edit_box_draw;
-
 
11
extern dword edit_box_key;
-
 
12
extern dword edit_box_mouse;
-
 
13
extern dword edit_box_set_text;
-
 
14
 
-
 
15
extern dword scrollbar_v_draw;
-
 
16
extern dword scrollbar_v_mouse;
-
 
17
extern dword scrollbar_h_draw;
-
 
18
extern dword scrollbar_h_mouse;
-
 
19
 
-
 
20
extern dword PathShow_prepare;
-
 
21
extern dword PathShow_draw;
-
 
22
 
-
 
23
extern dword progressbar_draw;
-
 
24
extern dword progressbar_progress;
-
 
25
 
7
#endif
26
extern dword frame_draw;
8
 
27
#else
9
#ifndef INCLUDE_DLL_H
28
#ifndef INCLUDE_DLL_H
Line 10... Line 29...
10
#include "../lib/dll.h"
29
#include "../lib/dll.h"
Line 53... Line 72...
53
 
72
 
54
char aProgressbar_draw    [] = "progressbar_draw";
73
char aProgressbar_draw    [] = "progressbar_draw";
Line 55... Line 74...
55
char aProgressbar_progress[] = "progressbar_progress";
74
char aProgressbar_progress[] = "progressbar_progress";
56
 
75
 
Line 57... Line 76...
57
char aFrame_draw[] = "frame_draw";
76
char aFrame_draw[] = "frame_draw";
58
 
77
#endif
59
 
78
 
60
struct PathShow_data
79
struct PathShow_data