]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Use stock labels. Native wxRadioButton. Getting position and size for the controls...
[wxWidgets.git] / include / wx / chkconf.h
index 8aaa475d374431da8ad945b2e3efd3b8a434aceb..6a51a7ad714368b478fbce89501f70df6e170857 100644 (file)
 #   endif
 #endif /* wxUSE_CHOICEBOOK */
 
+/* don't attempt to use native status bar on the platforms not having it */
+#ifndef wxUSE_NATIVE_STATUSBAR
+#   define wxUSE_NATIVE_STATUSBAR 0
+#elif wxUSE_NATIVE_STATUSBAR
+#   if defined(__WXUNIVERSAL__) || !( defined(__WXMSW__) || \
+                                      defined(__WXMAC__) || \
+                                      defined(__WXPALMOS__) )
+#       undef wxUSE_NATIVE_STATUSBAR
+#       define wxUSE_NATIVE_STATUSBAR 0
+#   endif
+#endif
+
 /* wxUniv-specific dependencies */
 #if defined(__WXUNIVERSAL__)
 #   if (wxUSE_COMBOBOX || wxUSE_MENUS) && !wxUSE_POPUPWIN
 #       endif
 #   endif  /* wxUSE_DYNAMIC_LOADER */
 
-#   if !wxUSE_ON_FATAL_EXCEPTION
-#       if wxUSE_CRASHREPORT
-#           ifdef wxABORT_ON_CONFIG_ERROR
-#               error "wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION"
-#           else
-#               undef wxUSE_CRASHREPORT
-#               define wxUSE_CRASHREPORT 0
-#           endif
-#       endif
-
-#       if wxUSE_STACKWALKER
-#           ifdef wxABORT_ON_CONFIG_ERROR
-#               error "wxUSE_STACKWALKER requires wxUSE_ON_FATAL_EXCEPTION"
-#           else
-#               undef wxUSE_STACKWALKER
-#               define wxUSE_STACKWALKER 0
-#           endif
-#       endif
-#   endif /* wxUSE_ON_FATAL_EXCEPTION */
-
 #endif /* wxMSW */
 
 /* wxMAC-specific dependencies */
 #   endif
 #endif /* wxUSE_XRC */
 
+/* The generic date picker uses a popup window */
+#if !wxUSE_POPUPWIN
+#    undef wxUSE_DATEPICKCTRL
+#    define wxUSE_DATEPICKCTRL 0
+#endif  /* !wxUSE_POPUPWIN */
+
 #endif /* wxUSE_GUI */