// AIAI spline code is slower, but freer of copyright issues.
// 0 for no splines
-#define wxUSE_TOOLBAR 1
- // Use toolbars
+#define wxUSE_XPM 1
+ // Use XPMs
+
+#define wxUSE_TOOLBAR 1
+ // Use toolbars
+#define wxUSE_COMBOBOX 1
+ // Use wxComboBox
#define wxUSE_DRAG_AND_DROP 1
// 0 for no drag and drop
#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
// In debug mode, cause new and delete to be redefined globally.
// If this causes problems (e.g. link errors), set this to 0.
+ // In wxMotif, causes an 'all bets are off'
+ // memory error (generated by wxWindows)
#define REMOVE_UNUSED_ARG 1
// Set this to 0 if your compiler can't cope
// if enabled, compiles built-in OS independent wxConfig
// class and it's file (any platform) and registry (Win)
// based implementations
+
+#define wxUSE_GADGETS 0
+ // Use gadgets where possible
+
+#define wxUSE_MDI_WIDGETS 1
+ // Use Scott Sadler's MDI widgets (buggy).
+ // If 0, uses normal frames.
+
+
/*
* Finer detail
*