~ Mayank Johri’s Tips ~

May 29, 2008

Tips : wx.Python : Close button not working.

Filed under: Python, Tips — mayankjohri @ 4:33 pm

If the close button does not work then add the following entries

self.Bind(wx.EVT_CLOSE, self.quit)

under the __init__ function and create a new function as

def quit(self, event):
self.Destroy()

No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.