summaryrefslogtreecommitdiff
path: root/ccss-cairo/ccss-cairo-style.h
diff options
context:
space:
mode:
authorRobert Staudinger <robsta@gnome.org>2008-11-26 18:46:19 +0100
committerRobert Staudinger <robsta@gnome.org>2008-11-26 18:46:19 +0100
commitfb0ffb937e3e9ffc47112586aed6ed56f7b8894a (patch)
treeb23a31f7d218b371b21bcbd864a0a4e4324ba508 /ccss-cairo/ccss-cairo-style.h
parent6982fbb4fa15aad35ea92be61fd3cbbf265e42e5 (diff)
* ccss-cairo/ccss-background-parser.c (background_factory),
(background_inherit), (background_attachment_new), (background_image_new), (background_position_new), (background_repeat_new), (background_size_new): * ccss-cairo/ccss-border-image-parser.c: * ccss-cairo/ccss-border-parser.c (border_radius_new), (border_style_new), (border_width_new): * ccss-cairo/ccss-cairo-style.h: * ccss-cairo/ccss-color.c: * ccss-doc/ccss-sections.txt: * ccss-doc/tmpl/property.sgml: * ccss-doc/tmpl/style.sgml: * ccss/ccss-property-generic.c: * ccss/ccss-property.h: * ccss/ccss-style.c (ccss_style_set_property): * ccss/ccss-style.h: * ccss/ccss-stylesheet.c (inherit_container_style), (ccss_stylesheet_query): * ccss/ccss.sym: * examples/Makefile.am: Work on single-canvas support and style inheritance.
Diffstat (limited to 'ccss-cairo/ccss-cairo-style.h')
-rw-r--r--ccss-cairo/ccss-cairo-style.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ccss-cairo/ccss-cairo-style.h b/ccss-cairo/ccss-cairo-style.h
index a827415..4fda102 100644
--- a/ccss-cairo/ccss-cairo-style.h
+++ b/ccss-cairo/ccss-cairo-style.h
@@ -77,6 +77,8 @@ ccss_cairo_style_draw_rectangle_with_gap (ccss_style_t const *self,
int gap_start,
int gap_width);
+// TODO implement get_property methods with fallback.
+
CCSS_END_DECLS
#endif /* CCSS_CAIRO_STYLE_H */