aboutsummaryrefslogtreecommitdiff
path: root/doc/dw-overview.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dw-overview.doc')
-rw-r--r--doc/dw-overview.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/dw-overview.doc b/doc/dw-overview.doc
index 2414a5da..94cd9193 100644
--- a/doc/dw-overview.doc
+++ b/doc/dw-overview.doc
@@ -108,13 +108,13 @@ A short overview:
<ul>
<li> dw::core::Layout is the central class, it manages the widgets and the
- views, and provides delegation methods for the platform.
+ view, and provides delegation methods for the platform.
<li> The layouting is done by a tree of widgets (details are described in
\ref dw-layout-widgets), also the drawing, which is finally delegated
- to the views.
+ to the view.
-<li> The views (implementations of dw::core::View) provide primitive methods
+<li> The view (implementation of dw::core::View) provides primitive methods
for drawing, but also have an influence on
the canvas size (via size hints). See \ref dw-layout-views for details.
@@ -154,4 +154,4 @@ A complete map can be found at \ref dw-map.
\ref dw-widget-sizes and \ref dw-layout-views.
</ul>
-*/ \ No newline at end of file
+*/