wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

wxPython should generate wx.Dialog.CreateStdDialogButtonSizer if possible

Open KeyWorksRW opened this issue 2 years ago • 1 comments

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.

KeyWorksRW avatar Feb 14 '23 14:02 KeyWorksRW

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.

KeyWorksRW avatar Feb 17 '23 14:02 KeyWorksRW