Add missing wxFRAME_SHAPED

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-07-11 04:23:52 +00:00
parent 98b6b5abc5
commit b5e04776e8

View File

@@ -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.