From: Francesco Montorsi Date: Mon, 1 Dec 2008 17:44:53 +0000 (+0000) Subject: use sections and an initial TOC like all other overviews X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/edbcb0944027845d549f13f61acc6274518bb99d use sections and an initial TOC like all other overviews git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/overviews/windowsizing.h b/docs/doxygen/overviews/windowsizing.h index 7c05e6c388..98dd9bb1ed 100644 --- a/docs/doxygen/overviews/windowsizing.h +++ b/docs/doxygen/overviews/windowsizing.h @@ -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 + + +
+ + +@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.