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
This commit is contained in:
@@ -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
|
with sizers. This document will attempt to clear the fog a little, and give
|
||||||
some simple explanations of things.
|
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,
|
@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
|
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.
|
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
|
@li wxWindow::GetEffectiveMinSize(): returns a blending of the widget's minimal size
|
||||||
and best size, giving precedence to the minimal size.
|
and best size, giving precedence to the minimal size.
|
||||||
|
Reference in New Issue
Block a user