def OnDestroy(self, hwnd, msg, wparam, lparam):
print "tearing down ExplorerBrowser..."
self.eb.Unadvise(self.event_cookie)
self.eb.Destroy()
self.eb = None
print "shutting down app..."
win32gui.PostQuitMessage(0)
评论列表
文章目录