[cairo-commit] goocanvas/docs goocanvas-sections.txt,1.11,1.12

Damon Chaplin commit at pdx.freedesktop.org
Wed Jul 26 08:08:21 PDT 2006


Committed by: damon

Update of /cvs/cairo/goocanvas/docs
In directory kemper:/tmp/cvs-serv19222/docs

Modified Files:
	goocanvas-sections.txt 
Log Message:
2006-07-26  Damon Chaplin  <damon at gnome.org>

	* src/goocanvas*view.c: support an optional transformation matrix for
	each view, which is combined with the underlying item's transform.
	(I'm not sure if this will overcomplicate things.)

	* src/goocanvasgroupview.c: support generic GooCanvasItems as the
	underlying group rather than just GooCanvasGroups. This allows us to
	use subclasses of GooCanvasGroupView easily.
	(goo_canvas_group_view_set_group): new function to set the underlying
	group item, creating child views and setting up signal handlers etc.



Index: goocanvas-sections.txt
===================================================================
RCS file: /cvs/cairo/goocanvas/docs/goocanvas-sections.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- goocanvas-sections.txt	21 Jul 2006 10:30:30 -0000	1.11
+++ goocanvas-sections.txt	26 Jul 2006 15:08:19 -0000	1.12
@@ -112,6 +112,11 @@
 goo_canvas_item_view_is_visible
 goo_canvas_item_view_paint
 
+<SUBSECTION>
+goo_canvas_item_view_get_transform
+goo_canvas_item_view_set_transform
+goo_canvas_item_view_get_combined_transform
+
 <SUBSECTION Standard>
 GOO_CANVAS_ITEM_VIEW
 GOO_IS_CANVAS_ITEM_VIEW
@@ -161,6 +166,8 @@
 GooCanvasGroupView
 <SUBSECTION>
 goo_canvas_group_view_new
+goo_canvas_group_view_set_group
+
 <SUBSECTION Standard>
 GOO_CANVAS_GROUP_VIEW
 GOO_IS_CANVAS_GROUP_VIEW



More information about the cairo-commit mailing list