当前位置:百问九>百科词库>要在对话框中显示问号图标,应在magbox函数的第二个参数中包含符号常量什么?

要在对话框中显示问号图标,应在magbox函数的第二个参数中包含符号常量什么?

2023-05-27 17:47:06 编辑:zane 浏览量:590

要在对话框中显示问号图标,应在magbox函数的第二个参数中包含符号常量什么?

mport wxclass MyFrame(wx.Frame):def __init__(self, parent, id):wx.Frame.__init__(self, parent, id, u'测试面板duPanel', size = ())#创建面板panel = wx.Panel(self)#在Panel上添加Buttonbutton = wx.Button(panel, label = u'关闭'洞腊, pos = (, ), size = (, ))#绑定单信颤薯击事件self.Bind(wx.EVT_BUTTON, self.OnCloseMe, button)def OnCloseMe(self, event):dlg = wx.MessageDialog(None, u"消息对话框测试", u"标滑者题信息", wx.YES_NO wx.ICON_QUESTION)if dlg.ShowModal() == wx.ID_YES:self.Close(True)dlg.Destroy()if __name__ == '__main__':app = wx.PySimpleApp()frame = MyFrame(parent = None, id = -)frame.Show()app.MainLoop()

版权声明:文章由 百问九 整理收集,来源于互联网或者用户投稿,如有侵权,请联系我们,我们会立即处理。如转载请保留本文链接:https://www.baiwen9.com/tips/203917.html
热门文章
二维码