]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
removed OnSetFocus() which doesn't exist any more
[wxWidgets.git] / include / wx / msw / setup0.h
index 4e8e6215fd7dec7bb65bc8b11025edc9372e47d8..0021a80906f925e588bacd2a424d6bab3d0d607c 100644 (file)
 // contribute us a makefile for src/regex for it
 #define wxUSE_REGEX       0
 
+// wxWave class
+#define wxUSE_WAVE      1
+
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------
 // Recommended setting: 1 (used in many places in the library itself)
 #define wxUSE_FILEDLG       1
 
+// Use find/replace dialogs.
+//
+// Default is 1
+//
+// Recommended setting: 1 (but may be safely set to 0)
+#define wxUSE_FINDREPLDLG       1
+
 // Use font picker dialog
 //
 // Default is 1
 // number entry dialog
 #define wxUSE_NUMBERDLG 1
 
+// splash screen class
+#define wxUSE_SPLASH 1
+
 // wizards
 #define wxUSE_WIZARDDLG 1
 
 // Set to 1 for XPM format support
 #define wxUSE_XPM           1
 
+// Set to 1 to compile in wxPalette class
+#define wxUSE_PALETTE       1
+
 // ----------------------------------------------------------------------------
 // Windows-only settings
 // ----------------------------------------------------------------------------