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 /devdoc/dw-miscellaneous.doc | |
parent | 9cb04eea2cbabdf1ee8b0a58eb3dc3edad311c56 (diff) |
Documentation.
Diffstat (limited to 'devdoc/dw-miscellaneous.doc')
-rw-r--r-- | devdoc/dw-miscellaneous.doc | 3 |
1 files changed, 1 insertions, 2 deletions
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 |