Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc/api/view.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/view.txt')
-rw-r--r--doc/api/view.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/api/view.txt b/doc/api/view.txt
new file mode 100644
index 0000000..21efe5f
--- /dev/null
+++ b/doc/api/view.txt
@@ -0,0 +1,17 @@
+####
+View
+####
+
+The View is the base class for viewing related operations. A good example is
+the ``GtkView``, which provides a GTK+ widget for viewing (and editing) the
+canvas. Views are also used for rendering to images (for example SVG or PNG).
+
+:mod: `gaphor.view`
+---------------------
+
+.. module:: gaphas.view
+
+.. autoclass:: View
+ :members:
+ :undoc-members:
+