Extract CreateSeparatedSizer() from wxDialog::CreateSeparatedButtonSizer().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 21:48:16 +0000 (21:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 21:48:16 +0000 (21:48 +0000)
commitb14cca2a84340b5411accff8fc440fbf3cc9b723
tree6257589bce0310bf1721a039fae2f817725b6d48
parenta01d6442f4dcf2d30d52e50bc8c8410066f76265
Extract CreateSeparatedSizer() from wxDialog::CreateSeparatedButtonSizer().

Extract the code adding a separating wxStaticLine to the sizer in its own
function to be able to reuse it in upcoming commits.

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