]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Remove wxRTTI macro for wxComboBox from Motif port.
[wxWidgets.git] / include / wx / defs.h
index 3e87cac57c5b7a36800e9b41b41c239c520f7a3c..fead515ffb154d6013bb6a00760ff72c808b706f 100644 (file)
@@ -3383,5 +3383,13 @@ typedef const void* WXWidget;
 
 #endif /* !wxUSE_NO_MANIFEST && _MSC_FULL_VER >= 140040130 */
 
 
 #endif /* !wxUSE_NO_MANIFEST && _MSC_FULL_VER >= 140040130 */
 
+/* wxThread and wxProcess priorities */
+enum
+{
+    wxPRIORITY_MIN     = 0u,   /* lowest possible priority */
+    wxPRIORITY_DEFAULT = 50u,  /* normal priority */
+    wxPRIORITY_MAX     = 100u  /* highest possible priority */
+};
+
 #endif
     /*  _WX_DEFS_H_ */
 #endif
     /*  _WX_DEFS_H_ */