Python/GUI > wxPython

GUIビルダー

ファイルD&D

スレッド

Close

その他

self.timer = wx.Timer(self)
self.Bind(wx.EVT_TIMER, self.update, self.timer)
self.timer.Start(1000)
def update(self, event):
   ...