]> git.saurik.com Git - wxWidgets.git/commitdiff
use sections and an initial TOC like all other overviews
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 1 Dec 2008 17:44:53 +0000 (17:44 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 1 Dec 2008 17:44:53 +0000 (17:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/windowsizing.h

index 7c05e6c3881d81d05e0999a2b95a2588f8dfa4cd..98dd9bb1ed050a485607d4f0a9891d9205c830bb 100644 (file)
@@ -15,7 +15,14 @@ attributes of a wxWindow, how they relate to each other, and how they interact
 with sizers. This document will attempt to clear the fog a little, and give
 some simple explanations of things.
 
-Glossary:
+@li @ref overview_windowsizing_glossary
+@li @ref overview_windowsizing_func
+
+
+<hr>
+
+
+@section overview_windowsizing_glossary Glossary
 
 @li @b "Best Size": the best size of a widget depends on what kind of widget it is,
     and usually also on the contents of the widget. For example a wxListBox's best
@@ -54,7 +61,7 @@ Glossary:
     initial size of the control to the resulting size.
 
 
-Functions related to sizing:
+@section overview_windowsizing_func Functions related to sizing
 
 @li wxWindow::GetEffectiveMinSize(): returns a blending of the widget's minimal size
     and best size, giving precedence to the minimal size.