X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96b57f0d2a7522eb2287526845f70d24a3423c37..1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10:/interface/wx/frame.h diff --git a/interface/wx/frame.h b/interface/wx/frame.h index 8ec0528d5a..9fda5c534e 100644 --- a/interface/wx/frame.h +++ b/interface/wx/frame.h @@ -6,6 +6,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/** + Frame specific styles +*/ +#define wxFRAME_NO_TASKBAR 0x0002 // No taskbar button (MSW only) +#define wxFRAME_TOOL_WINDOW 0x0004 // No taskbar button, no system menu +#define wxFRAME_FLOAT_ON_PARENT 0x0008 // Always above its parent + + /** @class wxFrame