]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
wxDropSource now has 3 custom cursors for copy/move/nothing
[wxWidgets.git] / include / wx / defs.h
index 18aefbaaef007207d2164d191dca97f8c012aa25..bf12c02ae0e58abbedc736836dd0f1e8f87961a9 100644 (file)
 // we are setting this define because of the complex check
 // using NORLANDER as Cygwin may follow. (header author is Anders Norlander)
 #if defined(__MINGW32__) && ((__GNUC__>2) ||((__GNUC__==2) && (__GNUC_MINOR__>=95)))
+#ifndef wxUSE_NORLANDER_HEADERS
 #   define wxUSE_NORLANDER_HEADERS 1
 #endif
+#endif
 
 
 //////////////////////////////////////////////////////////////////////////////////
@@ -1022,6 +1024,11 @@ enum wxStretch
  */
 #define wxST_SIZEGRIP         0x0010
 
+/*
+ * wxStaticText flags
+ */
+#define wxST_NO_AUTORESIZE    0x0001
+
 /*
  * wxStaticLine flags
  */