summaryrefslogtreecommitdiff
path: root/ccss-doc/ccss-sections.txt
blob: 57a9ec02aceee879e5831c7d63785a6561531cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190

<SECTION>
<TITLE>ccss_background_t</TITLE>
<FILE>background</FILE>
ccss_background_attachment_type_t
ccss_background_attachment_t
ccss_background_attachment_get_attachment
ccss_background_image_t
ccss_background_image_get_uri
ccss_background_position_t
ccss_background_position_get_horizontal_position
ccss_background_position_get_vertical_position
ccss_background_repeat_type_t
ccss_background_repeat_t
ccss_background_repeat_get_repeat
ccss_background_size_t
ccss_background_size_get_height
ccss_background_size_get_width
ccss_background_t
ccss_background_get_attachment
ccss_background_get_color
ccss_background_get_image
ccss_background_get_position
ccss_background_get_repeat
ccss_background_get_size
</SECTION>

<SECTION>
<TITLE>ccss_block_t</TITLE>
<FILE>block</FILE>
ccss_block_t
ccss_block_add_property
</SECTION>

<SECTION>
<TITLE>ccss_border_t</TITLE>
<FILE>border</FILE>
ccss_border_style_type_t
ccss_border_style_t
ccss_border_style_get_style
ccss_border_width_t
ccss_border_width_get_width
ccss_border_spacing_t
ccss_border_spacing_get_spacing
ccss_border_join_t
ccss_border_join_get_radius
</SECTION>

<SECTION>
<TITLE>ccss_border_image_t</TITLE>
<FILE>border-image</FILE>
ccss_border_image_tiling_t
ccss_border_image_t
ccss_border_image_get_bottom
ccss_border_image_get_left
ccss_border_image_get_left_middle_right_vertical_tiling
ccss_border_image_get_right
ccss_border_image_get_uri
ccss_border_image_get_top
ccss_border_image_get_top_middle_bottom_horizontal_tiling
</SECTION>

<SECTION>
<TITLE>ccss_color_t</TITLE>
<FILE>color</FILE>
ccss_color_t
ccss_color_get_alpha
ccss_color_get_blue
ccss_color_get_green
ccss_color_get_red
ccss_color_parse
</SECTION>

<SECTION>
<TITLE>ccss_grammar_t</TITLE>
<FILE>grammar</FILE>
ccss_grammar_t
ccss_grammar_create_css
ccss_grammar_create_generic
ccss_grammar_destroy
ccss_grammar_reference
ccss_grammar_get_reference_count
ccss_grammar_add_properties
ccss_grammar_lookup_property
ccss_grammar_add_functions
ccss_grammar_lookup_function
ccss_grammar_create_stylesheet
ccss_grammar_create_stylesheet_from_buffer
ccss_grammar_create_stylesheet_from_file
ccss_grammar_invoke_function
</SECTION>

<TITLE>ccss_node_t</TITLE>
<FILE>node</FILE>
ccss_node_t
ccss_node_class_t
ccss_node_is_a_f
ccss_node_get_container_f
ccss_node_get_base_style_f
ccss_node_get_instance_f
ccss_node_get_id_f
ccss_node_get_type_f
ccss_node_get_class_f
ccss_node_get_pseudo_class_f
ccss_node_get_attribute_f
ccss_node_get_style_f
ccss_node_get_viewport_f
ccss_node_release_f
ccss_node_init
</SECTION>

<SECTION>
<TITLE>ccss_style_t</TITLE>
<FILE>style</FILE>
ccss_style_t
ccss_style_destroy
ccss_style_get_double
ccss_style_get_property
ccss_style_set_property
ccss_style_get_string
ccss_style_hash
ccss_style_iterator_f
ccss_style_foreach
ccss_style_dump
</SECTION>

<SECTION>
<TITLE>ccss_stylesheet_t</TITLE>
<FILE>stylesheet</FILE>
ccss_stylesheet_t
ccss_stylesheet_iterator_f
ccss_stylesheet_precedence_t
ccss_stylesheet_destroy
ccss_stylesheet_reference
ccss_stylesheet_get_reference_count
ccss_stylesheet_add_from_buffer
ccss_stylesheet_add_from_file
ccss_stylesheet_foreach
ccss_stylesheet_query_type
ccss_stylesheet_query
ccss_stylesheet_unload
ccss_stylesheet_dump
</SECTION>

<SECTION>
<TITLE>ccss_padding_t</TITLE>
<FILE>padding</FILE>
ccss_padding_t
ccss_padding_get_padding
</SECTION>

<SECTION>
<TITLE>ccss_position_t</TITLE>
<FILE>position</FILE>
ccss_position_type_t
ccss_position_t
ccss_position_get_hsize
ccss_position_get_pos
ccss_position_get_size
ccss_position_get_vsize
ccss_position_parse
ccss_position_serialize
</SECTION>

<SECTION>
<TITLE>ccss_property_t</TITLE>
<FILE>property</FILE>
ccss_property_class_t
ccss_property_t
ccss_property_generic_t
ccss_property_state_t
ccss_property_type_t
ccss_property_create_f
ccss_property_destroy_f
ccss_property_convert_f
ccss_property_factory_f
ccss_property_inherit_f
ccss_property_serialize_f
ccss_property_init
ccss_property_get_state
ccss_property_state_serialize
</SECTION>

<SECTION>
<TITLE>ccss_function_t</TITLE>
<FILE>function</FILE>
ccss_function_f
ccss_function_t
</SECTION>