]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
Unified meaning of wxTypeIdentifier in RTTI and RTTI-less type info systems; Fixed...
[wxWidgets.git] / include / wx / setup_inc.h
index b014a90b88ba3adfbd6d6872394297f9c6da07f9..ba5db68ad6c03e2c7af504d3e3dd2f58187e0f1f 100644 (file)
 // Recommended setting: 1 (needed by wxSocket)
 #define wxUSE_STOPWATCH     1
 
+// Set wxUSE_FSWATCHER to 1 if you want to enable wxFileSystemWatcher
+//
+// Default is 1
+//
+// Recommended setting: 1
+#define wxUSE_FSWATCHER     1
+
 // Setting wxUSE_CONFIG to 1 enables the use of wxConfig and related classes
 // which allow the application to store its settings in the persistent
 // storage. Setting this to 1 will also enable on-demand creation of the
 // enumerated above, then this class is mostly useless too)
 #define wxUSE_IMAGLIST      1
 
+// Use wxInfoBar class.
+//
+// Default is 1.
+//
+// Recommended setting: 1 (but can be disabled without problems as nothing
+// depends on it)
+#define wxUSE_INFOBAR       1
+
 // Use wxMenu, wxMenuBar, wxMenuItem.
 //
 // Default is 1.