]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing wxFRAME_SHAPED
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Jul 2012 04:23:52 +0000 (04:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Jul 2012 04:23:52 +0000 (04:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/nonownedwnd.h

index 4e1a6a7381bf885a5a94e75e59d73ffb9f522744..474c40b2d476448cd419106e0b27134260f0cd4c 100644 (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.