]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/nonownedwnd.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / nonownedwnd.h
index 4e1a6a7381bf885a5a94e75e59d73ffb9f522744..3fb3ad009e10b8711159b7cdcd537bfe28800746 100644 (file)
@@ -3,11 +3,17 @@
 // Purpose:     wxNonOwnedWindow class documentation
 // Author:      Vadim Zeitlin
 // Created:     2011-10-09
-// RCS-ID:      $Id$
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // 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.