Many changes/fixes to wxFlexGridSizer implementation (no API changes):
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 19:20:14 +0000 (19:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 19:20:14 +0000 (19:20 +0000)
commit97800f661840d18c39e38ef821a3310f70fb767e
treec0964a509f73e6995c0144b9056f8f2f9dbe36ab
parent9c57566224918b8a121d1011aa7baa5b28b334a6
Many changes/fixes to wxFlexGridSizer implementation (no API changes):
- fix the problems addressed by the patch 1667343:
 * only distribute extra space between growable items, not all space
 * take hidden items and gaps into account for ALL grow mode layout
 * fix rounding errors by allocating the remaining pixels to the last item(s)
- refactor the code to avoid duplication between row/column cases
- use STL-like wxList methods instead of compatibility ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/sizer.h
src/common/sizer.cpp