Subversion Repositories Kolibri OS

Rev

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

Rev 5465 Rev 5775
Line 35... Line 35...
35
		case evReDraw:
35
		case evReDraw:
36
			DefineAndDrawWindow(150, 200, 220, 90, 0x01,0,0,0);
36
			DefineAndDrawWindow(150, 200, 220, 90, 0x01,0,0,0);
37
			GetProcessInfo(#pop_up, SelfInfo);
37
			GetProcessInfo(#pop_up, SelfInfo);
38
			DrawBar(0, 0, pop_up.width, pop_up.height, theme.color_list_bg);
38
			DrawBar(0, 0, pop_up.width, pop_up.height, theme.color_list_bg);
39
			DrawRectangle(0, 0, pop_up.width, pop_up.height, theme.color_list_border);
39
			DrawRectangle(0, 0, pop_up.width, pop_up.height, theme.color_list_border);
40
			WriteText(10, 20, 0x80, theme.color_list_text, "Pixie is not a default MP3 player.");
40
			WriteText(10, 20, 0x80, theme.color_list_text, "Hey! Pixie is not a default");
41
			WriteText(10, 32, 0x80, theme.color_list_text, "Make it default?");
41
			WriteText(10, 32, 0x80, theme.color_list_text, "MP3 player. Make it default?");
42
			DrawCaptButton(10, pop_up.height - 30, 80, 20, 10, theme.color_list_active_bg, theme.color_list_active_text, "Yes");
42
			DrawCaptButton(10, pop_up.height - 30, 80, 20, 10, theme.color_list_active_bg, theme.color_list_active_text, "Yes");
43
			DrawCaptButton(pop_up.width-10-80, pop_up.height - 30, 80, 20, 11, theme.color_list_active_bg, theme.color_list_active_text, "No");
43
			DrawCaptButton(pop_up.width-10-80, pop_up.height - 30, 80, 20, 11, theme.color_list_active_bg, theme.color_list_active_text, "No");
44
	}
44
	}
45
}
45
}