Subversion Repositories Kolibri OS

Rev

Rev 8186 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8186 Rev 8194
Line 77... Line 77...
77
#define WIN_H 563
77
#define WIN_H 563
Line 78... Line 78...
78
 
78
 
79
uint32_t wheels;
79
uint32_t wheels;
80
char* title = "Boxlib example";
80
char* title = "Boxlib example";
81
int win_bg_color = 0x858585;
81
int win_bg_color = 0x858585;
82
scrollbar scroll = {15, WIN_W - 26, WIN_H - 29, 0, 0, 2, 215, 15, 0,0x707070,0xD2CED0,0x555555,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1};
82
scrollbar scroll = {15, WIN_W - 26, WIN_H - 29, 0, 0, 2, 215, 15, 0,0x707070,0xD2CED0,0x555555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
Line 83... Line 83...
83
progressbar pg = {0, 10, 10, 270, 35, 1, 0, 200, 0xB4B4B4, 0x2728FF, 0xA9A9A9};
83
progressbar pg = {0, 10, 10, 270, 35, 1, 0, 200, 0xB4B4B4, 0x2728FF, 0xA9A9A9};
84
 
84
 
85
void draw_window(){
85
void draw_window(){