Introduction
Add custom options to frames and dialogs System Menu.
Platform
Only windows
Use
The code is implemented as a mixin. Save the code as 'sysmenu.py', import from your app and add to your Frame declaration.
- class myFrame(wx.Frame, sysmenu.mixSysMenu)
- ..
sysmenu.py
See or download sysmenu.py
Sample test
See or download sysmenu-test.py
Comments
Please comments and suggestions here or in the wxPython list