frame.Bind ( wx.EVT_TOOL, , id = 14 )
def OnClose (wnd, event): frame.Destroy()# Здесь создаем окноframe= ...frame.Bind(wx.EVT_TOOL, self.OnClose, id=14)