Subversion Repositories Kolibri OS

Rev

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

Rev 984 Rev 1218
Line 13... Line 13...
13
 
13
 
14
 
14
 
15
 
15
 
16
struct edit_box{
16
struct edit_box{
Line 17... Line 17...
17
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
17
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
18
text_color, max, text, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
18
text_color, max, text, mouse_variable, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;