Subversion Repositories Kolibri OS

Rev

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

Rev 7635 Rev 7647
Line 50... Line 50...
50
	ONLY_OPEN
50
	ONLY_OPEN
51
};
51
};
Line 52... Line 52...
52
 
52
 
53
struct Eolite_colors
53
struct Eolite_colors
-
 
54
{
54
{
55
	bool  def;
55
	dword lpanel;
56
	dword lpanel;
56
	dword list_vert_line; //vertical line between columns in list
57
	dword list_vert_line; //vertical line between columns in list
57
	dword selec;
58
	dword selec;
58
	dword selec_active;
59
	dword selec_active;
Line 586... Line 587...
586
	DrawDot(Form.cwidth-17,12+12);
587
	DrawDot(Form.cwidth-17,12+12);
587
	DefineHiddenButton(Form.cwidth-24,7,20,25,51+BT_NOFRAME); //dots
588
	DefineHiddenButton(Form.cwidth-24,7,20,25,51+BT_NOFRAME); //dots
588
	//main rectangles
589
	//main rectangles
589
	DrawRectangle(1,40,Form.cwidth-3,Form.cheight - 42-status_bar_h,col.graph);
590
	DrawRectangle(1,40,Form.cwidth-3,Form.cheight - 42-status_bar_h,col.graph);
590
	DrawRectangle(0,39,Form.cwidth-1,-show_status_bar.checked*status_bar_h + Form.cheight - 40,col.work_gradient[4]); //bg
591
	DrawRectangle(0,39,Form.cwidth-1,-show_status_bar.checked*status_bar_h + Form.cheight - 40,col.work_gradient[4]); //bg
591
	for (i=0; i<5; i++) DrawBar(0, 34+i, Form.cwidth, 1, col.work_gradient[11-i]);
592
	for (i=0; i<5; i++) DrawBar(0, 34+i, Form.cwidth, 1, col.work_gradient[-i*3+15]);
592
	llist_copy(#files_active, #files);
593
	llist_copy(#files_active, #files);
593
	strcpy(#active_path, #path);
594
	strcpy(#active_path, #path);
594
	DrawStatusBar();
595
	DrawStatusBar();
595
	if (selected_count==0) Open_Dir(#path,ONLY_OPEN); //if there are no selected files -> refresh folder [L001] 
596
	if (selected_count==0) Open_Dir(#path,ONLY_OPEN); //if there are no selected files -> refresh folder [L001] 
596
	DrawFilePanels();
597
	DrawFilePanels();