Event handler for the button click.
(self, evt)
| 68 | |
| 69 | |
| 70 | def OnTimeToClose(self, evt): |
| 71 | """Event handler for the button click.""" |
| 72 | print("See ya later!") |
| 73 | self.Close() |
| 74 | |
| 75 | def OnFunButton(self, evt): |
| 76 | """Event handler for the button click.""" |