Subversion Repositories Kolibri OS

Rev

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

Rev 1101 Rev 1214
Line 1... Line 1...
1
ed_struc_size=72
1
ed_struc_size=76
2
struc  edit_box width,left,top,color,shift_color,focus_border_color,\
2
struc  edit_box width,left,top,color,shift_color,focus_border_color,\
3
       blur_border_color,text_color,max,text,flags,size,pos
3
       blur_border_color,text_color,max,text,mouse_variable,flags,size,pos
4
{
4
{
5
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;Bit mask from editbox 
6
;Bit mask from editbox 
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8
ed_figure_only= 1000000000000000b   ;®¤­¨ ᨬ¢®«ë 
8
ed_figure_only= 1000000000000000b   ;®¤­¨ ᨬ¢®«ë 
Line 35... Line 35...
35
.focus_border_color dd focus_border_color
35
.focus_border_color dd focus_border_color
36
.blur_border_color dd blur_border_color
36
.blur_border_color dd blur_border_color
37
.text_color dd text_color
37
.text_color dd text_color
38
.max dd max
38
.max dd max
39
.text dd text
39
.text dd text
-
 
40
.mouse_variable dd mouse_variable
40
.flags dd flags+0
41
.flags dd flags+0
41
.size dd size+0
42
.size dd size+0
42
.pos dd pos+0
43
.pos dd pos+0
43
.offset dd 0
44
.offset dd 0
44
.cl_curs_x dd 0
45
.cl_curs_x dd 0