Subversion Repositories Kolibri OS

Rev

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

Rev 7970 Rev 7972
Line 5... Line 5...
5
	void add();
5
	void add();
6
	int get_pos_by_name();
6
	int get_pos_by_name();
7
	void clear();
7
	void clear();
8
	void take_anchor_from();
8
	void take_anchor_from();
9
} anchors;
9
} anchors=0;
10
 
10
 
Line 11... Line 11...
11
void _anchors::add(dword _name, _pos)
11
void _anchors::add(dword _name, _pos)
12
{
12
{
13
	anchor_name.add(_name);
13
	anchor_name.add(_name);
14
	anchor_position.add(itoa(_pos));
14
	anchor_position.add(itoa(_pos));