X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e520c3f75cbfb0ed6a751576d7032ef196a1817d..1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10:/interface/wx/nonownedwnd.h?ds=inline diff --git a/interface/wx/nonownedwnd.h b/interface/wx/nonownedwnd.h index 4e1a6a7381..474c40b2d4 100644 --- a/interface/wx/nonownedwnd.h +++ b/interface/wx/nonownedwnd.h @@ -8,6 +8,13 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// + +/** + Styles that can be used with any wxNonOwnedWindow: +*/ +#define wxFRAME_SHAPED 0x0010 // Create a window that is able to be shaped + + /** Common base class for all non-child windows.