]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/_sizers.i
Added wxStdDialogButtonSizer, which is a a special sizer that knows
authorRobin Dunn <robin@alldunn.com>
Fri, 31 Dec 2004 22:55:57 +0000 (22:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 31 Dec 2004 22:55:57 +0000 (22:55 +0000)
commit9283228f861b3842f06e2228c4f7b93a48de064f
treea4363b2e839b01456e865e7c5ad7bf9126154188
parent7bde93ff27637f3441bea8d734c04aa419ea35d2
Added wxStdDialogButtonSizer, which is a a special sizer that knows
how to order and position standard buttons in order to conform to the
current platform's standards.  You simply need to add each `wx.Button`
to the sizer, and be sure to create the buttons using the standard
ID's.  Then call `Finalize` and the sizer will take care of the rest.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/docs/CHANGES.txt
wxPython/src/_sizers.i
wxPython/src/_toplvl.i