Subversion Repositories Kolibri OS

Rev

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

Rev 6612 Rev 6690
Line 53... Line 53...
53
    unsigned int offset;
53
    unsigned int offset;
54
    unsigned int cl_curs_x;
54
    unsigned int cl_curs_x;
55
    unsigned int cl_curs_y;
55
    unsigned int cl_curs_y;
56
    unsigned int shift;
56
    unsigned int shift;
57
    unsigned int shift_old;
57
    unsigned int shift_old;
-
 
58
    unsigned int height;
-
 
59
    unsigned int char_width;
58
}edit_box;
60
}edit_box;
Line 59... Line 61...
59
 
61
 
60
/* Initializes an Editbox with sane settings, sufficient for most use.
62
/* Initializes an Editbox with sane settings, sufficient for most use.
61
   This will let you create a box and position it somewhere on the screen.
63
   This will let you create a box and position it somewhere on the screen.