Subversion Repositories Kolibri OS

Rev

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

Rev 4078 Rev 4409
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 count, visible, first, current;
6
	int count, visible, first, current;
7
	int active;
7
	void ClearList();
8
	void ClearList();
8
	int ProcessKey(dword key);
9
	int ProcessKey(dword key);
9
	int MouseOver(int xx, yy);
10
	int MouseOver(int xx, yy);
10
	int ProcessMouse(int xx, yy);
11
	int ProcessMouse(int xx, yy);