Subversion Repositories Kolibri OS

Rev

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

Rev 5989 Rev 6048
Line 232... Line 232...
232
	else
232
	else
233
	{
233
	{
234
		col_bg=system.color.work;
234
		col_bg=system.color.work;
235
		col_text=system.color.work_text;
235
		col_text=system.color.work_text;
236
	} 
236
	} 
237
	DrawRectangle(x,y, w,h, system.color.work_graph);
-
 
238
	DrawCaptButton(x+1,y+1, w-2,h-1, but_id, col_bg, col_text, text);
237
	DrawCaptButton(x,y, w-1,h+1, but_id, col_bg, col_text, text);
239
	_PutImage(x+6,y+4,  16,15,   but_id-2*16*15*3+#icons);
238
	_PutImage(x+6,y+4,  16,15,   but_id-2*16*15*3+#icons);
240
}
239
}
Line 241... Line 240...
241
 
240