diff options
Diffstat (limited to 'doc/dw-overview.doc')
-rw-r--r-- | doc/dw-overview.doc | 10 |
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 +*/ |