wxpython 绑定事件

wxpython,一对一,事件源、事件类型、事件处理 import wx class MyFrame(wx.Frame): def __init__(self): super().__init__(parent=None,title="yiduiyi",size=(300,400),pos=(100,100)) self.Center()
相关文章
相关标签/搜索