[cairo-commit] goocanvas/docs goocanvas-sections.txt,1.8,1.9

Damon Chaplin commit at pdx.freedesktop.org
Wed Apr 19 02:40:46 EEST 2006


Committed by: damon

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

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

	* src/goocanvasitem.c (goo_canvas_item_base_init): added "title" and
	"description" properties for accessibility. Note that we only support
	per-item settings for the standard canvas items, though more complex
	items may want to support per-view settings.

	* src/goocanvasitemsimple.c: 
	* src/goocanvasgroup.c: implemented "title" and "description"
	properties.

	* src/goocanvas*view.c: set the accessible name & description based
	on the item's settings, and update them if changed.

	* src/goocanvasatk.c (goo_canvas_item_view_accessible_ref_child): 
	return the accessible rather than the item view.



Index: goocanvas-sections.txt
===================================================================
RCS file: /cvs/cairo/goocanvas/docs/goocanvas-sections.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- goocanvas-sections.txt	16 Apr 2006 21:00:54 -0000	1.8
+++ goocanvas-sections.txt	18 Apr 2006 23:40:44 -0000	1.9
@@ -98,6 +98,7 @@
 goo_canvas_item_view_is_container
 goo_canvas_item_view_get_n_children
 goo_canvas_item_view_get_child
+goo_canvas_item_view_find_child
 
 <SUBSECTION>
 goo_canvas_item_view_request_update
@@ -108,6 +109,7 @@
 goo_canvas_item_view_get_item
 goo_canvas_item_view_get_item_at
 goo_canvas_item_view_get_bounds
+goo_canvas_item_view_is_visible
 goo_canvas_item_view_paint
 
 <SUBSECTION Standard>
@@ -190,6 +192,7 @@
 <TITLE>GooCanvasView</TITLE>
 GooCanvasView
 goo_canvas_view_new
+goo_canvas_view_get_model
 goo_canvas_view_set_model
 goo_canvas_view_set_bounds
 goo_canvas_view_set_scale



More information about the cairo-commit mailing list