aboutsummaryrefslogtreecommitdiff
path: root/doc/dw-usage.doc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-02-27 05:19:43 +0000
committercorvid <corvid@lavabit.com>2010-02-27 05:19:43 +0000
commitc078e58a08a9fcfdc65631ef3dacc5ac54b5a3c3 (patch)
tree4c8f5a3a1deb1e46de863c049eb70ed3d84e9d84 /doc/dw-usage.doc
parent6e9217a172572e79d1d4fbd261568bbc8bed11ac (diff)
trim some spaces
Diffstat (limited to 'doc/dw-usage.doc')
-rw-r--r--doc/dw-usage.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dw-usage.doc b/doc/dw-usage.doc
index 2680a234..913a4862 100644
--- a/doc/dw-usage.doc
+++ b/doc/dw-usage.doc
@@ -109,7 +109,7 @@ defined, here dw::core::style::Color::createSimple must be called:
Finally, the style for the widget is created:
\code
- dw::core::style::Style *widgetStyle =
+ dw::core::style::Style *widgetStyle =
dw::core::style::Style::create (layout, &styleAttrs);
\endcode
@@ -258,7 +258,7 @@ There are three dw::core::View implementations for FLTK:
overview of the whole canvas.
<li> dw::fltk::FltkFlatView is a "flat" view, i.e. it does not support
- scrolling. It is used for HTML buttons, see
+ scrolling. It is used for HTML buttons, see
dw::fltk::ui::FltkComplexButtonResource and especially
dw::fltk::ui::FltkComplexButtonResource::createNewWidget for details.
</ul>