]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Calling a Refresh() before the window is created no longer
[wxWidgets.git] / setup.h.in
index 932c30459c2ba9bdade4b9cd20c222bf06a1c276..d8794ffd777863a50a4b193387ee0107efc48c9c 100644 (file)
 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
 
 /*
- * Use generic wxToolBar instead of the native one?
+ * Use wxToollBar
  */
-#define wxUSE_TOOLBAR_SIMPLE 0
+#define wxUSE_TOOLBAR 0
 
 /*
- * Use this control
+ * If 1, use the native toolbar, otherwise use the generic version
+ * (wxToolBarSimple) which may also be use together with the native one.
  */
-#define wxUSE_TOOLBAR 0
+#define wxUSE_TOOLBAR_NATIVE 0
+
+/*
+ * Use generic wxToolBar instead of/together with the native one?
+ */
+#define wxUSE_TOOLBAR_SIMPLE 0
 
 #if defined(__WXWINE__) || defined(__GNUWIN32__)
 #define wxUSE_OWNER_DRAWN 1 
  */
 #define CONST_COMPATIBILITY 0
 
+/* define with the name of timezone variable */
+#undef WX_TIMEZONE
+
 /* The type of 3rd argument to getsockname() - usually size_t or int */
 #undef SOCKLEN_T
 
 /* Define if you have shl_load() */
 #undef HAVE_SHL_LOAD
 
+/* Define if you have strptime() */
+#undef HAVE_STRPTIME
+
 /* Define if you have all functions to set thread priority */
 #undef HAVE_THREAD_PRIORITY_FUNCTIONS