.\" This is a wxWidgets manpage page generated from the XML docs .TH wxFindReplaceDialog 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxFindReplaceDialog \- Text search/replace dialog .SH DESCRIPTION wxFindReplaceDialog is a standard modeless dialog which is used to allow the user to search for some text (and possibly replace it with something else). The actual searching is supposed to be done in the owner window which is the parent of this dialog. Note that it means that unlike for the other standard dialogs this one must have a parent window. Also note that there is no way to use this dialog in a modal way; it is always, by design and implementation, modeless. Please see the dialogs sample for an example of using it. .SH "PARENTS" wxDialog .SH "INCLUDE FILES" wx/fdrepdlg.h .SH MEMBERS .SS wxFindReplaceDialog () .SS wxFindReplaceDialog (wxWindow * parentwxFindReplaceData* dataconst wxString& titleint style = 0) After using default constructor Create() must be called. The parent and data parameters must be non- NULL . .SS ~wxFindReplaceDialog () Destructor. .SS bool Create (wxWindow * parentwxFindReplaceData* dataconst wxString& titleint style = 0) Creates the dialog; use Show to show it on screen. The parent and data parameters must be non- NULL . .SS const wxFindReplaceData* GetData () Get the wxFindReplaceData object used by this dialog. .SH "SEE ALSO" wxDialog .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.