[cairo-commit] [cairo-www] src/cairomm.mdwn
Carl Worth
cworth at freedesktop.org
Tue Jul 10 11:02:21 PDT 2007
src/cairomm.mdwn | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 063c6f4a816151b8da4e04f8003b1bc3bb11943d
Author: JonathonJongsma <jonathon.jongsma at gmail.com>
Date: Tue Jul 10 11:02:21 2007 -0700
reference the new cairo tutorial
diff --git a/src/cairomm.mdwn b/src/cairomm.mdwn
index ac69b30..be914a6 100644
--- a/src/cairomm.mdwn
+++ b/src/cairomm.mdwn
@@ -22,7 +22,7 @@ check out cairomm from git. Freedesktop.org has some instructions on
There is [API documentation](/documentation/cairomm/reference/)
available which can be browsed online and is also included in the
-tarball releases. In some cases, you may wish to refer to the [cairo
+tarball releases. In some cases, you may wish to refer to the [C cairo API
documentation](/manual/) as well.
In addition to the API documentation, there are several small example
@@ -30,7 +30,7 @@ programs which ship with cairomm and demonstrate some of the basic
functionality. These examples are in the examples/ directory of the
release tarball or can be [browsed online](http://gitweb.cairographics.org/?p=cairomm.git;a=tree;f=examples).
-There is also some tutorial-like documentation available in the gtkmm manual. The [Drawing Area chapter](http://gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch15.html) introduces some basic cairomm drawing concepts. Although the documentation is about using cairomm with gtkmm, most of the concepts apply whether you're using gtkmm or not.
+There is also some tutorial-like documentation available in the gtkmm manual. The [Drawing Area chapter](http://gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch15.html) introduces some basic cairomm drawing concepts. Although the documentation is about using cairomm with gtkmm, most of the concepts apply whether you're using gtkmm or not. In addition, you may find it helpful to reference the [[C cairo tutorial|tutorial]]. Most of the concepts will translate directly from the C API to the C++ API with very few changes.
# License
More information about the cairo-commit
mailing list