aboutsummaryrefslogtreecommitdiff
path: root/doc/dw-overview.doc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-08-20 23:24:19 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-08-20 23:24:19 +0200
commitf5c598b518d1f906148534d015f50075d3e8242d (patch)
tree21dd70add5b366c3dd80641b77f6b18e0baa009e /doc/dw-overview.doc
parente98d02a01ffeb18ede86af025e51ae1ec011c75a (diff)
parent5f0fc0e48b8cbee7e1795935da0abff6627fd498 (diff)
merge
Diffstat (limited to 'doc/dw-overview.doc')
-rw-r--r--doc/dw-overview.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/dw-overview.doc b/doc/dw-overview.doc
index 2414a5da..8c740635 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.
@@ -147,11 +147,11 @@ files:
A complete map can be found at \ref dw-map.
-<ul>
+<ul>
<li> For learning, how to use Dw, read \ref dw-usage and related documents,
dw::core::style, dw::core::ui and \ref dw-images-and-backgrounds.
<li> Advanced topics are described in \ref dw-layout-widgets,
\ref dw-widget-sizes and \ref dw-layout-views.
</ul>
-*/ \ No newline at end of file
+*/