]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/nonownedwnd.h
Add wxEVT_DIRCTRL_FILEACTIVATED wxDirCtrl event.
[wxWidgets.git] / 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.