Subversion Repositories Kolibri OS

Rev

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

Rev 5481 Rev 5512
Line 59... Line 59...
59
	cut_active = cut;
59
	cut_active = cut;
60
	free(buff_data);
60
	free(buff_data);
61
}
61
}
Line 62... Line 62...
62
 
62
 
63
void copyf_Draw_Progress(dword filename) {
63
void copyf_Draw_Progress(dword filename) {
64
	#define WIN_W 300
-
 
65
	#define WIN_H 50
-
 
66
	DefineAndDrawWindow(Form.left+Form.width-200,Form.top+90,WIN_W,GetSkinHeight()+WIN_H-1,0x34,sc.work,T_PASTE_WINDOW);
64
	DrawRectangle(0,0,WIN_COPY_W-5, 15,sc.work);
67
	WriteText(5,8, 0x80, sc.work_text, T_PASTE_WINDOW_TEXT);
65
	WriteText(5,8, 0x80, sc.work_text, T_PASTE_WINDOW_TEXT);
68
	DrawBar(5, 26, WIN_W-10, 10, sc.work);
66
	DrawBar(5, 26, WIN_COPY_W-10, 10, sc.work);
69
	WriteText(5,26, 0x80, sc.work_text, filename);
-
 
70
	if (CheckEvent()==evButton) 
-
 
71
	{
-
 
72
		notify(T_CANCEL_PASTE);
-
 
73
		CopyExit();
-
 
74
	} 
67
	WriteText(5,26, 0x80, sc.work_text, filename);
Line 75... Line 68...
75
}
68
}
76
 
69
 
77
void Paste()
70
void Paste()