Make wxGridSizer ctors more consistent.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Aug 2009 00:48:58 +0000 (00:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Aug 2009 00:48:58 +0000 (00:48 +0000)
commit7e6edd2772fe266cb3160fe4fa5c10e8483088b7
tree04d227e3c0ec00891884bfd8a13a894fcf3d4cd2
parent4f671eebc9595a81ef2380bb7d9541bf401ce700
Make wxGridSizer ctors more consistent.

The old and confusing wxGridSizer(int cols, int vgap = 0, int hgap = 0) is removed and replaced with wxGridSizer(int cols, int vgap, int hgap).

New ctor overloads using wxSize for the gap parameter added.

Closes #11040.

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