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

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


Committed by: damon

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

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

	* src/goocanvasgroup.[hc]: added goo_canvas_group_set_model() function,
	to set the model of the root group.
	* src/goocanvasmodelsimple.c (goo_canvas_model_simple_init): use the
	above function.

	* 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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- goocanvas-sections.txt	26 Jul 2006 15:08:19 -0000	1.12
+++ goocanvas-sections.txt	26 Jul 2006 15:45:43 -0000	1.13
@@ -132,6 +132,10 @@
 GooCanvasGroup
 <SUBSECTION>
 goo_canvas_group_new
+
+<SUBSECTION>
+goo_canvas_group_set_model
+
 <SUBSECTION Standard>
 GOO_CANVAS_GROUP
 GOO_IS_CANVAS_GROUP



More information about the cairo-commit mailing list