/**
@class wxFrame
- @wxheader{frame.h}
A frame is a window whose size and position can (usually) be changed by the user.
combination of styles:
@code
- wxDEFAULT_FRAME_STYLE & ~(wxRESIZE_BORDER | wxRESIZE_BOX | wxMAXIMIZE_BOX)
+ wxDEFAULT_FRAME_STYLE & ~(wxRESIZE_BORDER | wxMAXIMIZE_BOX)
@endcode
See also the @ref overview_windowstyles.