Re: Quit / Exit menu for Mac and Windows
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 01.11.2018 13:02, Brendan Simon (eTRIX) wrote: > It essence I want the standard Exit menu item on Windows, and the > standard Quit menu item on Mac. What IDs did you use for the menu items? With wx.ID_EXIT, it should work as expected. See the "Note" here: https://wxpython.org/Phoenix/docs/html/wx.Menu.html Regards, Dietmar