wxUiEditor
wxUiEditor copied to clipboard
wxPython should generate wx.Dialog.CreateStdDialogButtonSizer if possible
Description:
wx.Dialog.CreateStdDialogButtonSizer can be used in wxPython if the buttons are from the set wx.OK, wx.CANCEL, wx.YES, wx.NO, wx.APPLY, wx.CLOSE, wx.HELP. We already use this in C++ code generation, it should be generated for wxPython code as well.
Bumping this out to a 1.x release -- the current code works, so while this would be nice to have, it's not critical for the 1.1 release.