Subversion Repositories Kolibri OS

Rev

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

Rev 5676 Rev 5685
Line 143... Line 143...
143
	dword cursor_out;
143
	dword cursor_out;
144
	dword get_mouse_flag;
144
	dword get_mouse_flag;
145
};
145
};
Line 146... Line 146...
146
 
146
 
-
 
147
struct edit_box{
-
 
148
dword width, 
-
 
149
	left,
-
 
150
	top, 
-
 
151
	color, 
147
struct edit_box{
152
	shift_color, 
-
 
153
	focus_border_color, 
-
 
154
	blur_border_color,
-
 
155
	text_color,
-
 
156
	max,
148
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
157
	text,
-
 
158
	mouse_variable,
-
 
159
	flags,
-
 
160
	size,
-
 
161
	pos,
-
 
162
	offset,
-
 
163
	cl_curs_x,
-
 
164
	cl_curs_y,
-
 
165
	shift,
149
text_color, max, text, mouse_variable, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
166
	shift_old;
Line 150... Line 167...
150
};
167
};
151
 
168
 
152
struct checkbox2
169
struct checkbox2