Subversion Repositories Kolibri OS

Rev

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

Rev 4409 Rev 4415
Line 1... Line 1...
1
//list_box
1
//list_box
Line 2... Line 2...
2
 
2
 
3
struct llist
3
struct llist
4
{
4
{
-
 
5
	int x, y, w, h, min_h, line_h, text_y;
5
	int x, y, w, h, min_h, line_h, text_y;
6
	int column_max;
6
	int count, visible, first, current;
7
	int count, visible, first, current;
7
	int active;
8
	int active;
8
	void ClearList();
9
	void ClearList();
9
	int ProcessKey(dword key);
10
	int ProcessKey(dword key);