摘要: # -*- coding: UTF-8 -*- import wx class ComboBoxFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, -1, 'Combo Box Example', size=(1300 阅读全文
posted @ 2020-06-04 15:48 优寒凌 阅读(756) 评论(0) 推荐(0) 编辑