wxWidgets/tests/sizers
Vadim Zeitlin 154ebfd1d9 Rename wxBoxSizer::m_minSize to avoid clash with the base class
wxSizer already has m_minSize field, use m_calculatedMinSize for the field of
the derived wxBoxSizer class to avoid confusion, just as wxFlexGridSizer
already did.

Also add a new unit test checking that GetMinSize() still works after this
change.
2015-10-11 01:00:38 +02:00
..
boxsizer.cpp Rename wxBoxSizer::m_minSize to avoid clash with the base class 2015-10-11 01:00:38 +02:00
gridsizer.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
wrapsizer.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00