Subversion Repositories Kolibri OS

Rev

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

Rev 6049 Rev 6191
Line 199... Line 199...
199
 
199
 
200
void Tip(int y, dword caption, id, arrow)
200
void Tip(int y, dword caption, id, arrow)
201
{
201
{
202
	DrawBar(17,y,160,1,0xEFEDEE);
202
	DrawBar(17,y,160,1,0xEFEDEE);
203
	DrawFilledBar(17, y+1, 160, 16);
203
	DrawFilledBar(17, y+1, 160, 16);
204
	WriteText(25,y+5,0x80,system.color.work_text,caption);
204
	WriteText(25,y+5,0x80,0x000000,caption);
205
	if (id) DefineButton(159,y+1,16,16,id+BT_HIDE+BT_NOFRAME,0); //arrow button
205
	if (id) DefineButton(159,y+1,16,16,id+BT_HIDE+BT_NOFRAME,0); //arrow button
206
	WriteText(165,y+5,0x80,system.color.work_text,arrow); //arrow
206
	WriteText(165,y+5,0x80,0x000000,arrow); //arrow
207
	DrawBar(17,y+17,160,1,system.color.work_graph);
207
	DrawBar(17,y+17,160,1,col_graph);
Line 208... Line 208...
208
}
208
}
209
 
209
 
210
void ActionsDraw()
210
void ActionsDraw()