Added wxGridSize::GetEffective{Cols,Rows}Count().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Aug 2009 22:24:48 +0000 (22:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Aug 2009 22:24:48 +0000 (22:24 +0000)
commit0274a7973da59746c55bc91ebceac64f622b6a34
tree84d1b53aec58e00184ac3331464ebfe7448ea502
parentfef6a2f1a0be4518affee2ffe64c836a8237bae2
Added wxGridSize::GetEffective{Cols,Rows}Count().

These functions return the number of columns or rows being currently used and
not 0, unlike the existing Get{Cols,Rows}(), if the corresponding number is
determined dynamically.

Closes #10254.

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