|
|||||||
закрытие окна / EVT_CLOSE / Binding
Время создания: 22.07.2017 12:21
Текстовые метки: HP
Раздел: Python - PyWx - events / EVT
Запись: xintrea/mytetra_db_mcold/master/base/1500715277gvfyfhev4l/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
class tradeWindow(wx.Frame): def __init__(self, parent, id): wx.Frame.__init__(self, parent, id, "Exchange", size = (500, 190)) panel = wx.Panel(self) self.Bind(wx.EVT_CLOSE, self.OnClose) def OnClose(self, event): tickThread.stopped = True self.Destroy() |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|