Subversion Repositories Kolibri OS

Rev

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

Rev 8451 Rev 9289
Line 1... Line 1...
1
CustomCursor CursorPointer;
1
CustomCursor CursorPointer;
2
dword CursorFile = FROM "TWB/pointer.cur";
2
dword CursorFile = FROM "TWB/pointer.cur";
3
#include "..\lib\collection.h"
3
#include "..\lib\collection.h"
Line 4... Line 4...
4
 
4
 
5
struct PAGE_LINKS {
5
struct PAGE_LINKS {
-
 
6
	collection link;
-
 
7
	collection page_links;
6
	collection_int link;
8
	
7
	collection_int x;
9
	collection_int x;
8
	collection_int y;
10
	collection_int y;
9
	collection_int w;
11
	collection_int w;
10
	collection_int h;
12
	collection_int h;
11
	collection_int id;
13
	collection_int id;
Line 12... Line -...
12
	collection_int underline_h;
-
 
13
 
14
	collection_int underline_h;
14
	collection page_links;
15
 
15
	signed int active;
16
	signed int active;
16
	dword active_url;
17
	dword active_url;
17
	bool hover();
18
	bool hover();