]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/iphone/chkconf.h
Fix wxConvAuto behaviour when it is used by wxTextInputStream.
[wxWidgets.git] / include / wx / osx / iphone / chkconf.h
index 91892e86bcb8fa81d8cbef3d81199cd4db6c37b6..dd53b32f50ca0f1b3395e9aaa607de5af99fbf3c 100644 (file)
@@ -24,6 +24,9 @@
 #define wxOSX_USE_ATSU_TEXT 0
 #define wxHAS_OPENGL_ES
 
+#define wxOSX_USE_QUICKTIME 0
+#define wxOSX_USE_AUDIOTOOLBOX 1
+
 /*
  * turning off capabilities that don't work under iphone yet
  */
 #define wxUSE_COMBOBOX 0
 #endif
 
-#undef wxUSE_SCROLLBAR
+#ifndef __WXUNIVERSAL__
+#undef wxUSE_SCROLLBAR 
 #define wxUSE_SCROLLBAR 0
+#endif
 
 #undef wxUSE_STATUSBAR
 #undef wxUSE_NATIVE_STATUSBAR
 #undef wxUSE_COLLPANE
 #undef wxUSE_STATBMP
 #undef wxUSE_STATBOX
-#undef wxUSE_CHECKBOX
 #undef wxUSE_RADIOBTN
 #undef wxUSE_RADIOBOX
 #undef wxUSE_TOGGLEBTN
 #define wxUSE_COLLPANE 0
 #define wxUSE_STATBMP 0
 #define wxUSE_STATBOX 0
-#define wxUSE_CHECKBOX 0
 #define wxUSE_RADIOBTN 0
 #define wxUSE_RADIOBOX 0
 #define wxUSE_TOGGLEBTN 0
 
-#undef wxUSE_TOOLBAR
 #undef wxUSE_HTML
 
-#define wxUSE_TOOLBAR 0
 #define wxUSE_HTML 0
 
 #undef wxUSE_RICHTEXT
 #define wxUSE_CLIPBOARD 0
 #endif // wxUSE_CLIPBOARD
 
+/*
 #if wxUSE_GLCANVAS
 #undef wxUSE_GLCANVAS
 #define wxUSE_GLCANVAS 0
 #endif // wxUSE_GLCANVAS
-
+*/
 
 #if wxUSE_COLOURDLG
 #undef wxUSE_COLOURDLG
 #define wxUSE_COLOURDLG 0
 #endif // wxUSE_COLOURDLG
 
+// iphone has a toolbar that is a regular UIView
+
+#if wxOSX_USE_NATIVE_TOOLBAR
+#undef wxOSX_USE_NATIVE_TOOLBAR
+#define wxOSX_USE_NATIVE_TOOLBAR 0
+#endif
+
 #endif
     /* _WX_OSX_IPHONE_CHKCONF_H_ */