== Introduction == Add custom options to frames and dialogs System Menu. {{attachment:sysmenu1.png}} {{attachment:sysmenu2.png}} == 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 [[attachment:sysmenu.py]] == Sample test == See or download [[attachment:sysmenu-test.py]] === Comments === Please comments and suggestions here or in the wxPython list