Subversion Repositories Kolibri OS

Rev

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

Rev 402 Rev 403
Line 1056... Line 1056...
1056
.blur_border_color dd blur_border_color
1056
.blur_border_color dd blur_border_color
1057
.text_color dd text_color
1057
.text_color dd text_color
1058
.max dd max
1058
.max dd max
1059
.text dd text
1059
.text dd text
1060
.flags dw flags+0
1060
.flags dw flags+0
1061
.size dd 0
1061
.size dd size+0
1062
.pos dd 0
1062
.pos dd 0
1063
.offset dd 0
1063
.offset dd 0
1064
.cl_curs_x dd 0
1064
.cl_curs_x dd 0
1065
.cl_curs_y dd 0
1065
.cl_curs_y dd 0
1066
.shift   dd 0
1066
.shift   dd 0
1067
.shift_old   dd 0
1067
.shift_old   dd 0
1068
}
1068
}
Line 1069... Line -...
1069
 
-
 
1070
struc  edit_box1 width,left,top,color,focus_border_color,\
-
 
1071
       blur_border_color,text_color,max,text,flags,ed_size
-
 
1072
{
-
 
1073
.width dd width
-
 
1074
.left dd left
-
 
1075
.top dd top
-
 
1076
.color dd color
-
 
1077
.focus_border_color dd focus_border_color
-
 
1078
.blur_border_color dd blur_border_color
-
 
1079
.text_color dd text_color
-
 
1080
.max dd max
-
 
1081
.text dd text
-
 
1082
.flags dw flags+0
-
 
1083
.size dd ed_size
-
 
1084
.pos dd 0
-
 
1085
.offset dd 0
-
 
1086
.cl_curs_x dd 0
-
 
1087
.cl_curs_y dd 0
-
 
1088
.shift   dd 0
-
 
1089
.shift_old   dd 0
-
 
Line 1090... Line 1069...
1090
}
1069
 
1091
 
1070
 
1092
macro edit_boxes_set_sys_color start,end,color_table
1071
macro edit_boxes_set_sys_color start,end,color_table
1093
{
1072
{