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