Top > wxPython

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):
   ...

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes
Last-modified: Tue, 14 Nov 2023 23:59:17 JST (162d)