diff options
author | Sebastian Geerken <devnull@localhost> | 2016-06-18 12:21:23 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-06-18 12:21:23 +0200 |
commit | 5216fc855eb8f8b9a4f8c76e1cc05c70bca899e1 (patch) | |
tree | 776f045afe55bcf1d3dbccc895daae5a6a94ad97 | |
parent | 9cb04eea2cbabdf1ee8b0a58eb3dc3edad311c56 (diff) |
Documentation.
-rw-r--r-- | devdoc/dw-grows.doc | 3 | ||||
-rw-r--r-- | devdoc/dw-miscellaneous.doc | 3 | ||||
-rw-r--r-- | devdoc/dw-size-request-pos.doc | 3 | ||||
-rw-r--r-- | devdoc/dw-widget-sizes.doc | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/devdoc/dw-grows.doc b/devdoc/dw-grows.doc index c255419f..11b6f5fc 100644 --- a/devdoc/dw-grows.doc +++ b/devdoc/dw-grows.doc @@ -4,7 +4,8 @@ padding: 0.5em 1em; background-color: #ffffe0">The complex "widget sizes" is currently divided into three documents: \ref dw-widget-sizes, **Grand Redesign Of Widget Sizes** (this document), - and \ref dw-size-request-pos. </div> + and \ref dw-size-request-pos. Furthermore, there are some notes in + \ref dw-miscellaneous.</div> This paper describes (will describe) some design changes to calculating widget sizes. Goals are: diff --git a/devdoc/dw-miscellaneous.doc b/devdoc/dw-miscellaneous.doc index 97e944d7..2828e539 100644 --- a/devdoc/dw-miscellaneous.doc +++ b/devdoc/dw-miscellaneous.doc @@ -13,8 +13,7 @@ A widget allocation outside of the allocation of the parent is allowed, but the part outside is not visible. Which widgets may be drawn? -------------------- - +--------------------------- All drawing starts with the toplevel widget (cf. dw::core::Widget::queueDrawArea, dw::core::Layout::queueDraw, and dw::core::Layout::expose), and a widget has to draw its children, in a diff --git a/devdoc/dw-size-request-pos.doc b/devdoc/dw-size-request-pos.doc index 8780bde8..5a8a4d80 100644 --- a/devdoc/dw-size-request-pos.doc +++ b/devdoc/dw-size-request-pos.doc @@ -4,7 +4,8 @@ padding: 0.5em 1em; background-color: #ffffe0">The complex "widget sizes" is currently divided into three documents: \ref dw-widget-sizes, \ref dw-grows, and **Size requisitions depending on - positions** (this document).</div> + positions** (this document). Furthermore, there are some notes in + \ref dw-miscellaneous.</div> Motivation diff --git a/devdoc/dw-widget-sizes.doc b/devdoc/dw-widget-sizes.doc index ffc7fb5d..a6fcac4c 100644 --- a/devdoc/dw-widget-sizes.doc +++ b/devdoc/dw-widget-sizes.doc @@ -4,7 +4,8 @@ padding: 0.5em 1em; background-color: #ffffe0">The complex "widget sizes" is currently divided into three documents: **Sizes of Dillo Widgets** (this document), \ref dw-grows, and \ref - dw-size-request-pos. </div> + dw-size-request-pos. Furthermore, there are some notes in + \ref dw-miscellaneous.</div> <div style="border: 2px solid #ff4040; margin: 1em 0; padding: 0.5em 1em; background-color: #fff0f0"><b>Info:</b> |