mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 13:30:08 +01:00
4 lines
124 B
Python
4 lines
124 B
Python
|
|
dlg = wx.MessageDialog(parent, message, caption)
|
|
dlg.SetYesNoLabels(wx.ID_SAVE, "&Don't save")
|