[cairo-commit] goocanvas/docs goocanvas-sections.txt,1.16,1.17
Damon Chaplin
commit at pdx.freedesktop.org
Fri Feb 2 13:54:05 PST 2007
- Previous message: [cairo-commit] goocanvas/demo table-demo.c,1.2,1.3
- Next message: [cairo-commit] goocanvas/src goocanvas.c, 1.2,
1.3 goocanvasellipse.c, 1.7, 1.8 goocanvasgroup.c, 1.16,
1.17 goocanvasimage.c, 1.10, 1.11 goocanvaspath.c, 1.8,
1.9 goocanvaspolyline.c, 1.9, 1.10 goocanvasrect.c, 1.7,
1.8 goocanvastable.c, 1.3, 1.4 goocanvastext.c, 1.9,
1.10 goocanvaswidget.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: damon
Update of /cvs/cairo/goocanvas/docs
In directory kemper:/tmp/cvs-serv26001/docs
Modified Files:
goocanvas-sections.txt
Log Message:
2007-02-02 Damon Chaplin <damon at gnome.org>
* */*: updated docs for all canvas items & models.
Index: goocanvas-sections.txt
===================================================================
RCS file: /cvs/cairo/goocanvas/docs/goocanvas-sections.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- goocanvas-sections.txt 9 Dec 2006 12:08:38 -0000 1.16
+++ goocanvas-sections.txt 2 Feb 2007 21:54:00 -0000 1.17
@@ -14,6 +14,10 @@
GOO_CANVAS_TABLE_GET_CLASS
<SUBSECTION Private>
+GooCanvasTableData
+GooCanvasTableDimension
+GooCanvasTableLayoutData
+GooCanvasTableClass
</SECTION>
<SECTION>
@@ -32,6 +36,7 @@
GOO_CANVAS_TABLE_MODEL_GET_CLASS
<SUBSECTION Private>
+GooCanvasTableModelClass
</SECTION>
<SECTION>
@@ -51,6 +56,7 @@
<SUBSECTION Private>
GooCanvasRectData
+GooCanvasRectClass
</SECTION>
<SECTION>
@@ -69,6 +75,7 @@
GOO_CANVAS_RECT_MODEL_GET_CLASS
<SUBSECTION Private>
+GooCanvasRectModelClass
</SECTION>
<SECTION>
@@ -96,6 +103,7 @@
goo_canvas_item_add_child
goo_canvas_item_move_child
goo_canvas_item_remove_child
+goo_canvas_item_get_transform_for_child
<SUBSECTION>
goo_canvas_item_raise
@@ -122,6 +130,8 @@
goo_canvas_item_request_update
goo_canvas_item_ensure_updated
goo_canvas_item_update
+goo_canvas_item_get_requested_area
+goo_canvas_item_allocate_area
<SUBSECTION>
goo_canvas_item_get_bounds
@@ -129,6 +139,15 @@
goo_canvas_item_is_visible
goo_canvas_item_paint
+<SUBSECTION>
+goo_canvas_item_class_install_child_property
+goo_canvas_item_class_list_child_properties
+goo_canvas_item_class_find_child_property
+goo_canvas_item_get_child_properties
+goo_canvas_item_get_child_properties_valist
+goo_canvas_item_set_child_properties
+goo_canvas_item_set_child_properties_valist
+
<SUBSECTION Standard>
GOO_CANVAS_ITEM
GOO_IS_CANVAS_ITEM
@@ -177,6 +196,15 @@
goo_canvas_item_model_animate
goo_canvas_item_model_stop_animation
+<SUBSECTION>
+goo_canvas_item_model_class_install_child_property
+goo_canvas_item_model_class_list_child_properties
+goo_canvas_item_model_class_find_child_property
+goo_canvas_item_model_get_child_properties
+goo_canvas_item_model_get_child_properties_valist
+goo_canvas_item_model_set_child_properties
+goo_canvas_item_model_set_child_properties_valist
+
<SUBSECTION Standard>
GOO_CANVAS_ITEM_MODEL
GOO_IS_CANVAS_ITEM_MODEL
@@ -202,6 +230,7 @@
GOO_CANVAS_GROUP_GET_CLASS
<SUBSECTION Private>
+GooCanvasGroupClass
</SECTION>
<SECTION>
@@ -220,6 +249,7 @@
GOO_CANVAS_GROUP_MODEL_GET_CLASS
<SUBSECTION Private>
+GooCanvasGroupModelClass
</SECTION>
<SECTION>
@@ -242,6 +272,7 @@
<SUBSECTION Private>
goo_canvas_path_command_type_get_type
GOO_TYPE_CANVAS_PATH_COMMAND_TYPE
+GooCanvasPathClass
</SECTION>
<SECTION>
@@ -260,6 +291,7 @@
GOO_CANVAS_PATH_MODEL_GET_CLASS
<SUBSECTION Private>
+GooCanvasPathModelClass
</SECTION>
<SECTION>
@@ -279,6 +311,7 @@
<SUBSECTION Private>
GooCanvasEllipseData
+GooCanvasEllipseClass
</SECTION>
<SECTION>
@@ -297,6 +330,7 @@
GOO_CANVAS_ELLIPSE_MODEL_GET_CLASS
<SUBSECTION Private>
+GooCanvasEllipseModelClass
</SECTION>
<SECTION>
@@ -354,6 +388,9 @@
GOO_CANVAS_CLASS
GOO_IS_CANVAS_CLASS
GOO_CANVAS_GET_CLASS
+
+<SUBSECTION Private>
+GooCanvasClass
</SECTION>
<SECTION>
@@ -373,6 +410,7 @@
<SUBSECTION Private>
GooCanvasTextData
+GooCanvasTextClass
</SECTION>
<SECTION>
@@ -391,6 +429,7 @@
GOO_CANVAS_TEXT_MODEL_GET_CLASS
<SUBSECTION Private>
+GooCanvasTextModelClass
</SECTION>
<SECTION>
@@ -413,6 +452,7 @@
GooCanvasPolylineData
NUM_ARROW_POINTS
GooCanvasPolylineArrowData
+GooCanvasPolylineClass
</SECTION>
<SECTION>
@@ -432,15 +472,18 @@
GOO_CANVAS_POLYLINE_MODEL_GET_CLASS
<SUBSECTION Private>
+GooCanvasPolylineModelClass
</SECTION>
<SECTION>
<FILE>goocanvasitemsimple</FILE>
<TITLE>GooCanvasItemSimple</TITLE>
GooCanvasItemSimple
+GooCanvasItemSimpleClass
goo_canvas_item_simple_check_style
goo_canvas_item_simple_get_path_bounds
goo_canvas_item_simple_user_bounds_to_device
+goo_canvas_item_simple_user_bounds_to_parent
goo_canvas_item_simple_check_in_path
goo_canvas_item_simple_paint_path
goo_canvas_item_simple_changed
@@ -473,6 +516,7 @@
GOO_CANVAS_ITEM_MODEL_SIMPLE_GET_CLASS
<SUBSECTION Private>
+GooCanvasItemModelSimpleClass
</SECTION>
<SECTION>
@@ -492,6 +536,7 @@
<SUBSECTION Private>
GooCanvasImageData
+GooCanvasImageClass
</SECTION>
<SECTION>
@@ -510,6 +555,7 @@
GOO_CANVAS_IMAGE_MODEL_GET_CLASS
<SUBSECTION Private>
+GooCanvasImageModelClass
</SECTION>
<SECTION>
@@ -526,11 +572,15 @@
GOO_IS_CANVAS_WIDGET_CLASS
goo_canvas_widget_get_type
GOO_TYPE_CANVAS_WIDGET
+
+<SUBSECTION Private>
+GooCanvasWidgetClass
</SECTION>
<SECTION>
<FILE>goocanvasstyle</FILE>
<TITLE>GooCanvasStyle</TITLE>
+GooCanvasStyleProperty
GooCanvasStyle
goo_canvas_style_new
goo_canvas_style_copy
@@ -555,6 +605,9 @@
GOO_IS_CANVAS_STYLE_CLASS
GOO_TYPE_CANVAS_STYLE
goo_canvas_style_get_type
+
+<SUBSECTION Private>
+GooCanvasStyleClass
</SECTION>
<SECTION>
- Previous message: [cairo-commit] goocanvas/demo table-demo.c,1.2,1.3
- Next message: [cairo-commit] goocanvas/src goocanvas.c, 1.2,
1.3 goocanvasellipse.c, 1.7, 1.8 goocanvasgroup.c, 1.16,
1.17 goocanvasimage.c, 1.10, 1.11 goocanvaspath.c, 1.8,
1.9 goocanvaspolyline.c, 1.9, 1.10 goocanvasrect.c, 1.7,
1.8 goocanvastable.c, 1.3, 1.4 goocanvastext.c, 1.9,
1.10 goocanvaswidget.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list