Subversion Repositories Kolibri OS

Rev

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

Rev 7660 Rev 7661
Line 39... Line 39...
39
	return last_free_button_id;
39
	return last_free_button_id;
40
}
40
}
Line 41... Line 41...
41
 
41
 
42
:void DrawRectangle(dword x,y,w,h,color1)
42
:void DrawRectangle(dword x,y,w,h,color1)
-
 
43
{
-
 
44
	DrawRectangle3D(x,y,w,h,color1,color1);
43
{
45
	/*
44
	DrawBar(x,y,w,1,color1);
46
	DrawBar(x,y,w,1,color1);
45
	DrawBar(x,y+h,w,1,color1);
47
	DrawBar(x,y+h,w,1,color1);
46
	DrawBar(x,y,1,h,color1);
48
	DrawBar(x,y,1,h,color1);
-
 
49
	DrawBar(x+w,y,1,h+1,color1);
47
	DrawBar(x+w,y,1,h+1,color1);
50
	*/
Line 48... Line 51...
48
}
51
}
49
 
52
 
50
:void DrawWideRectangle(dword x,y,w,h,boder,color1)
53
:void DrawWideRectangle(dword x,y,w,h,boder,color1)