Jesvin Jose
Jesvin Jose

Reputation: 23098

Behavior of close button in a WXPython frame?

What is the default behavior of the close button and how do I customize it? Specifically, I want to exit from a main loop.

Upvotes: 0

Views: 464

Answers (1)

DrTyrsa
DrTyrsa

Reputation: 31991

You can handle wx.CloseEvent.

Upvotes: 1

Related Questions