Subversion Repositories Kolibri OS

Rev

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

Rev 4072 Rev 4076
Line 112... Line 112...
112
		case evReDraw: _APP_LIST_DRAW:
112
		case evReDraw: _APP_LIST_DRAW:
113
				WIN_H = app_list.h+PANEL_H+PADDING+2;
113
				WIN_H = app_list.h+PANEL_H+PADDING+2;
114
				DefineAndDrawWindow(files.w-WIN_W/2+files.x+Form.left+6, 
114
				DefineAndDrawWindow(files.w-WIN_W/2+files.x+Form.left+6, 
115
				files.h-WIN_H/2+files.y+Form.top+GetSkinHeight(),WIN_W+1,WIN_H,0x01, 0, 0, 0x01fffFFF);
115
				files.h-WIN_H/2+files.y+Form.top+GetSkinHeight(),WIN_W+1,WIN_H,0x01, 0, 0, 0x01fffFFF);
116
				GetProcessInfo(#MenuForm, SelfInfo);
116
				GetProcessInfo(#MenuForm, SelfInfo);
117
				DrawPopup(0,0,MenuForm.width-2,MenuForm.height-2,0, col_work, col_border);
117
				DrawPopup(0,0,MenuForm.width-2,MenuForm.height-2,0, sc.work, sc.work_graph);
118
				DrawRectangle(app_list.x-1, app_list.y-2, app_list.w+1, app_list.h+2, col_border);
118
				DrawRectangle(app_list.x-1, app_list.y-2, app_list.w+1, app_list.h+2, sc.work_graph);
Line 119... Line 119...
119
 
119
 
120
				Put_icon(#file_name+_strrchr(#file_name,'.'), 10, 13, col_work, 0);
120
				Put_icon(#file_name+_strrchr(#file_name,'.'), 10, 13, sc.work, 0);
121
				WriteText(35,10, 0x80, 0, T_SELECT_APP_TO_OPEN_WITH);
121
				WriteText(35,10, 0x80, sc.work_text, T_SELECT_APP_TO_OPEN_WITH);
Line 122... Line 122...
122
				WriteText(35,23, 0x80, 0, #file_name);
122
				WriteText(35,23, 0x80, sc.work_text, #file_name);
123
 
123
 
124
				DrawAppList();
124
				DrawAppList();