Subversion Repositories Kolibri OS

Rev

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

Rev 4692 Rev 4693
Line 313... Line 313...
313
	img_draw stdcall(skin.image, Form.cwidth-22, address_box.top-2, 16, skin.h, 85, 0);
313
	img_draw stdcall(skin.image, Form.cwidth-22, address_box.top-2, 16, skin.h, 85, 0);
314
	//status bar
314
	//status bar
315
	DrawBar(0,Form.cheight - STATUSBAR_H, Form.cwidth,STATUSBAR_H, col_bg);
315
	DrawBar(0,Form.cheight - STATUSBAR_H, Form.cwidth,STATUSBAR_H, col_bg);
316
	DrawBar(0,Form.cheight - STATUSBAR_H, Form.cwidth,1, border_color);
316
	DrawBar(0,Form.cheight - STATUSBAR_H, Form.cwidth,1, border_color);
317
	progress_bar.top = Form.cheight - STATUSBAR_H + 4;
317
	progress_bar.top = Form.cheight - STATUSBAR_H + 4;
318
	DrawProgress();
-
 
319
	ShowPage();
318
	ShowPage();
320
	DrawRectangle(scroll_wv.start_x, scroll_wv.start_y, scroll_wv.size_x, scroll_wv.size_y-1, scroll_wv.bckg_col);
319
	DrawRectangle(scroll_wv.start_x, scroll_wv.start_y, scroll_wv.size_x, scroll_wv.size_y-1, scroll_wv.bckg_col);
-
 
320
	DrawProgress();
321
}
321
}
Line 322... Line 322...
322
 
322
 
323
 
323