]> git.saurik.com Git - wxWidgets.git/commit
Update wxFlexGridSizer ctors to match (new) wxGridSizer ones.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Aug 2009 11:18:23 +0000 (11:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Aug 2009 11:18:23 +0000 (11:18 +0000)
commit4a00e77ce6fe935b99a3a92dd5dcd7bfcddf4b6d
treec088327dbc5ee9bb93a59096042a41b88c237657
parentc5cc7fbd27fb53c36beb0ade36153ae48d9e961e
Update wxFlexGridSizer ctors to match (new) wxGridSizer ones.

Confusing wxFlexGridSizer(int cols, int vgap = 0, int hgap = 0) was removed as
well as corresponding wxGridSizer ctor overload. New ctor overloads taking gap
as wxSize were added.

See #11040.

Closes #11091.

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