diff options
author | corvid <devnull@localhost> | 2014-08-10 00:12:41 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-08-10 00:12:41 +0000 |
commit | f3ac0e4d3a49f2c7326594e3ae5f424db228ee1c (patch) | |
tree | 2d107ca5ea9e0a6c8d7b0b6694b594e59708f9e8 | |
parent | c43632b2a5b26a96b84e7d7cd8c5f8ecffe4aa32 (diff) |
more
-rw-r--r-- | dillorc | 2 | ||||
-rw-r--r-- | doc/dw-grows.doc | 2 | ||||
-rw-r--r-- | doc/dw-out-of-flow.doc | 6 |
3 files changed, 5 insertions, 5 deletions
@@ -79,7 +79,7 @@ # Set this to YES to limit the word wrap width to the viewport width #limit_text_width=NO -# If this is set to YES, all CSS size specifications are adjusted so that +# If this is set to YES, all CSS size specifications are adjusted so that # all contents can be displayed. (Except for tables, see below.) #adjust_min_width=NO diff --git a/doc/dw-grows.doc b/doc/dw-grows.doc index 79262fab..21cdf1a0 100644 --- a/doc/dw-grows.doc +++ b/doc/dw-grows.doc @@ -34,7 +34,7 @@ is (not solely) used for percentage sizes. these may be consolidated some day.) **The process of size calculation is split between the widget itself -and its container:** +and its container:** - The container provides some abstract methods: dw::core::Widget::getAvailWidthOfChild, diff --git a/doc/dw-out-of-flow.doc b/doc/dw-out-of-flow.doc index e24090ad..d02c3b28 100644 --- a/doc/dw-out-of-flow.doc +++ b/doc/dw-out-of-flow.doc @@ -99,15 +99,15 @@ it represented the line numer. Now (least signifant bit left): +---+ - - - +---+---+- - - - - -+---+---+---+---+ | line number | 0 | +---+ - - - +---+---+- - - - - -+---+---+---+---+ - + +---+ - - - +---+---+- - - - - -+---+---+---+---+ | left float index | 0 | 0 | 1 | +---+ - - - +---+---+- - - - - -+---+---+---+---+ - + +---+ - - - +---+---+- - - - - -+---+---+---+---+ | right float index | 1 | 0 | 1 | +---+ - - - +---+---+- - - - - -+---+---+---+---+ - + +---+ - - - +---+---+- - - - - -+---+---+---+---+ | absolutely positioned index | 1 | 1 | +---+ - - - +---+---+- - - - - -+---+---+---+---+ |