]> git.saurik.com Git - wxWidgets.git/commit
Rewrite GTK section of wxStdDialogButtonSizer using wxSizerFlags.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 21:48:06 +0000 (21:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 21:48:06 +0000 (21:48 +0000)
commit4c624eb1e57635e0164f6745dc05375b72240a37
tree60f80874673a4be1cb8aed6eb78eb565467f2dd2
parent8f0e43661ae6c0bfff35e46f60489df5d73f4957
Rewrite GTK section of wxStdDialogButtonSizer using wxSizerFlags.

Using wxSizerFlags makes the code shorter and more understandable but
otherwise there are no real changes in behaviour except for a minor fix to one
of the border which was wrong before.

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