]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/msgout.h
Add wxRTTI for the wxFileSystemWatcherEvent class
[wxWidgets.git] / interface / wx / msgout.h
index e444157e3935f0b3b8c579e2a72cb082216bb7ad..cd44896a1590224505c4617bff5cd2f199e27540 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vadim Zeitlin
 // RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vadim Zeitlin
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -113,6 +113,17 @@ public:
     wxMessageOutputStderr(FILE *fp = stderr);
 };
 
+/**
+    Flags used with wxMessageOutputBest.
+
+    See wxMessageOutputBest::wxMessageOutputBest().
+ */
+enum wxMessageOutputFlags
+{
+    wxMSGOUT_PREFER_STDERR = 0, ///< use stderr if available (this is the default)
+    wxMSGOUT_PREFER_MSGBOX = 1  ///< always use message box if available
+};
+
 /**
     Output messages in the best possible way.