Subversion Repositories Kolibri OS

Rev

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

Rev 990 Rev 1218
Line 32... Line 32...
32
 
32
 
Line 33... Line 33...
33
 
33
 
34
struct edit_box{
34
struct edit_box{
35
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
35
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
36
text_color, max, text, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
36
text_color, max, text, mouse_variable, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
Line 37... Line 37...
37
};
37
};
38
 
38
 
39
void load_edit_box()
39
void load_edit_box()