ClanLib
2.3.7
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
Sources
API
CSSLayout
css_hit_test_result.h
Go to the documentation of this file.
1
2
#pragma once
3
4
class
CL_CSSHitTestResult
5
{
6
public
:
7
enum
Type
8
{
9
no_objects_available
,
10
outside_top
,
11
outside_left
,
12
outside_right
,
13
outside_bottom
,
14
inside
15
};
16
17
CL_CSSHitTestResult
() :
type
(
no_objects_available
),
text_offset
(0) { }
18
19
Type
type
;
20
CL_CSSLayoutNode
node
;
21
int
text_offset
;
22
};
Generated on Fri Jun 14 2013 13:05:45 for ClanLib by
1.8.4