Subversion Repositories Kolibri OS

Rev

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

Rev 4533 Rev 4662
Line 14... Line 14...
14
	int KeyUp();
14
	int KeyUp();
15
	int KeyHome();
15
	int KeyHome();
16
	int KeyEnd();
16
	int KeyEnd();
17
	void SetSizes(int xx, yy, ww, hh, min_hh, line_hh);
17
	void SetSizes(int xx, yy, ww, hh, min_hh, line_hh);
18
	int MouseScroll(dword scroll_state);
18
	int MouseScroll(dword scroll_state);
-
 
19
	//void debug_values();
19
}; 
20
}; 
Line -... Line 21...
-
 
21
 
-
 
22
/*
-
 
23
void llist::debug_values()
-
 
24
{
-
 
25
	debug("current: ");
-
 
26
	debugi(current);
-
 
27
	debug("first: ");
-
 
28
	debugi(first);
-
 
29
	debug("visible: ");
-
 
30
	debugi(visible);
-
 
31
	debug("count: ");
-
 
32
	debugi(count);
-
 
33
}
-
 
34
*/
Line 20... Line 35...
20
 
35
 
21
 
36
 
22
void llist::ClearList()
37
void llist::ClearList()
23
{
38
{