diff options
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 |