added generic implementation and documentation for wxFindReplaceDialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-01 14:55:03 +00:00
parent 22670da422
commit 8db37e0699
29 changed files with 1586 additions and 740 deletions

View File

@@ -222,6 +222,11 @@
*/
#define wxUSE_FILEDLG 0
/*
* Use wxFindReplaceDialog
*/
#define wxUSE_FINDREPLDLG 0
/*
* Use wxFontDialog
*/
@@ -1009,7 +1014,4 @@
/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
#undef HAVE_XIM
/* now check the settings self consistency */
#include "wx/chkconf.h"
#endif /* __WX_SETUP_H__ */