Subversion Repositories Kolibri OS

Rev

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

Rev 7759 Rev 7771
Line 354... Line 354...
354
void InitTWB() {
354
void InitTWB() {
355
	WB1.list.SetSizes(0, mail_list.y+mail_list.h+LIST_INFO_H+1, Form.cwidth - scroll_wv.size_x - 1, 
355
	WB1.list.SetSizes(0, mail_list.y+mail_list.h+LIST_INFO_H+1, Form.cwidth - scroll_wv.size_x - 1, 
356
		Form.cheight - mail_list.y - mail_list.h - LIST_INFO_H - 1 - status_bar_h, 12);
356
		Form.cheight - mail_list.y - mail_list.h - LIST_INFO_H - 1 - status_bar_h, 12);
357
	WB1.list.column_max = WB1.list.w - 30 / 6;
357
	WB1.list.column_max = WB1.list.w - 30 / 6;
358
	WB1.list.visible = WB1.list.h / WB1.list.item_h;
358
	WB1.list.visible = WB1.list.h / WB1.list.item_h;
359
	WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h);
359
	DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h);
360
	WB1.list.first = WB1.list.count = 0;
360
	WB1.list.first = WB1.list.count = 0;
361
}
361
}
Line 362... Line 362...
362
 
362