Subversion Repositories Kolibri OS

Rev

Rev 9516 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9516 Rev 9602
Line 26... Line 26...
26
:void _tabs::draw()
26
:void _tabs::draw()
27
{
27
{
28
	int i, xx=x;
28
	int i, xx=x;
Line 29... Line 29...
29
 
29
 
30
	if (w) {
30
	if (w) {
31
		DrawBar(x+1,y+0+TAB_HEIGHT,w,1, sc.work_graph);
31
		DrawBar(x+1,y+0+TAB_HEIGHT,w,1, sc.line);
32
		DrawBar(x+1,y+1+TAB_HEIGHT,w,1, sc.work_light);		
32
		DrawBar(x+1,y+1+TAB_HEIGHT,w,1, sc.light);		
Line 33... Line 33...
33
	}
33
	}
34
 
34
 
35
	for (i=0; i
35
	for (i=0; i