X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e520c3f75cbfb0ed6a751576d7032ef196a1817d..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/nonownedwnd.h diff --git a/interface/wx/nonownedwnd.h b/interface/wx/nonownedwnd.h index 4e1a6a7381..3fb3ad009e 100644 --- a/interface/wx/nonownedwnd.h +++ b/interface/wx/nonownedwnd.h @@ -3,11 +3,17 @@ // Purpose: wxNonOwnedWindow class documentation // Author: Vadim Zeitlin // Created: 2011-10-09 -// RCS-ID: $Id$ // Copyright: (c) 2011 Vadim Zeitlin // 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.