Subversion Repositories Kolibri OS

Rev

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

Rev 5229 Rev 5238
Line 22... Line 22...
22
// Rect 'from' will be changed
22
// Rect 'from' will be changed
23
// Return 'true' if transformation ends ('from' == 'to')
23
// Return 'true' if transformation ends ('from' == 'to')
24
__u8 rect_transform(rect* from, rect* to, __u16 step);
24
__u8 rect_transform(rect* from, rect* to, __u16 step);
Line 25... Line 25...
25
 
25
 
26
// Draw text at the rect center
26
// Draw text at the rect center
Line 27... Line 27...
27
void rect_draw_text(rect* r, char* txt, __u32 len, __u32 color);
27
void rect_draw_text(rect* r, char* txt, __u32 len, __u32 color, __u32 frame_color);
28
 
28
 
Line 29... Line 29...
29
// Draw value as text at the rect center
29
// Draw value as text at the rect center