Subversion Repositories Kolibri OS

Rev

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

Rev 9362 Rev 9396
Line 158... Line 158...
158
	return eb;
158
	return eb;
159
}
159
}
Line 160... Line 160...
160
 
160
 
161
struct scroll_bar
161
struct scroll_bar
162
{
162
{
163
	word size_x,
-
 
164
	start_x,
-
 
165
	size_y,
-
 
166
	start_y;
163
	word size_x, start_x, size_y, start_y;
167
	dword btn_height,
-
 
168
	type,
-
 
169
	max_area,
-
 
170
	cur_area,
-
 
171
	position,
-
 
172
	bckg_col,
-
 
173
	frnt_col,
164
	dword btn_height, type, max_area, cur_area, position,
174
	line_col,
-
 
175
	redraw;
165
	bckg_col, frnt_col, line_col, redraw;
176
	word delta,
-
 
177
	delta2,
-
 
178
	r_size_x,
-
 
179
	r_start_x,
-
 
180
	r_size_y,
-
 
181
	r_start_y;
166
	word delta, delta2, r_size_x, r_start_x, r_size_y, r_start_y;
182
	dword m_pos,
-
 
183
	m_pos_2,
-
 
184
	m_keys,
-
 
185
	run_size,
-
 
186
	position2,
-
 
187
	work_size,
-
 
188
	all_redraw,
-
 
189
	ar_offset;
167
	dword m_pos, m_pos_2, m_keys, run_size, position2, work_size, all_redraw, ar_offset;
Line 190... Line 168...
190
};
168
};
191
 
169
 
192
struct progress_bar
170
struct progress_bar