// wxAcceleratorTable/Entry classes and support for them in wxMenu(Bar)
#define wxUSE_ACCEL 1
+// Hotkey support (currently Windows only)
+#define wxUSE_HOTKEY 1
+
// Use wxCaret: a class implementing a "cursor" in a text control (called caret
// under Windows).
//
// bitmaps > 16MB on Win95/98/Me. Set to 0 to use DDB's only.
#define wxUSE_DIB_FOR_BITMAP 0
+// Set this to 1 to enable wxDIB
+#define wxUSE_WXDIB 1
+
// ----------------------------------------------------------------------------
// common dialogs
// ----------------------------------------------------------------------------
// (notably, wxNotebook pages)
#define wxUSE_UXTHEME_AUTO 1
+// Set to 1 to if you're developing for MS SmartPhone
+#define wxUSE_SMARTPHONE 0
+
// ----------------------------------------------------------------------------
// obsolete settings
// ----------------------------------------------------------------------------