// 0 for no drag and drop
#define wxUSE_CONTROLS 1 // Do not change
-#define wxUSE_POPUPWIN 0 // OS/2 does not use this
-#define wxUSE_TIPWINDOW 0 // hence this is unavailable
+#define wxUSE_POPUPWIN 1 //
+#define wxUSE_TIPWINDOW 1 //
// Recommended setting: 1
#define wxUSE_BUTTON 1 // wxButton
// text entry dialog and wxGetTextFromUser function
#define wxUSE_TEXTDLG 1
+// use the number dialog
+#define wxUSE_NUMBERDLG 1
+
// wxToolBar class
#define wxUSE_TOOLBAR 1
#define wxUSE_TOOLBAR_NATIVE 1
// DLL loading and function calling
#define wxUSE_DYNAMIC_LOADER 0
+#define wxUSE_WCHAR_T 1
#define wxUSE_PROTOCOL 1
#define wxUSE_URL 1
#define wxUSE_PROTOCOL_HTTP 1