diff options
author | Sebastian Geerken <devnull@localhost> | 2015-05-10 22:19:37 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-05-10 22:19:37 +0200 |
commit | 8b72cbb7d60f7d1e7e64f4f025ec451079cfee72 (patch) | |
tree | 9a0be47db041c06af96385dab4ffadba5ebce98c /doc/dw-widget-sizes.doc | |
parent | d3ca9f0f9587b29b795585b1436b46d532699ece (diff) |
Work on sizes: restructured documentation.
Diffstat (limited to 'doc/dw-widget-sizes.doc')
-rw-r--r-- | doc/dw-widget-sizes.doc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/dw-widget-sizes.doc b/doc/dw-widget-sizes.doc index a82d3b99..ffc7fb5d 100644 --- a/doc/dw-widget-sizes.doc +++ b/doc/dw-widget-sizes.doc @@ -1,8 +1,14 @@ /** \page dw-widget-sizes Sizes of Dillo Widgets -<div style="border: 2px solid #ff4040; margin-bottom: 0.5em; -padding: 0.5em 1em; background-color: #fff0f0"><b>Info:</b> -Not up to date, see \ref dw-grows.</div> +<div style="border: 2px solid #ffff00; margin: 1em 0; + 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> + +<div style="border: 2px solid #ff4040; margin: 1em 0; + padding: 0.5em 1em; background-color: #fff0f0"><b>Info:</b> + Not up to date, see other documents.</div> Allocation ========== @@ -268,10 +274,4 @@ This could be done furthermore: - Is it possible to define exacter rules, along with a proof that no problems (like endless recursion) can occur? - -See also -======== - -- \ref dw-grows - */ |