wxFindDialogEventwxFindReplaceDialog events Derived from Include files <wx/fdrepdlg.h> Event table macros To process a command event from wxFindReplaceDialog, use these event handler macros to direct input to member functions that take a wxFindDialogEvent argument. The id parameter is the identifier of the find dialog and you may usually specify -1 for it unless you plan to have several find dialogs sending events to the same owner window simultaneously.
wxFindDialogEvent::wxFindDialogEvent
wxFindDialogEvent::wxFindDialogEventwxFindDialogEvent(wxEventType commandType = wxEVT_NULL, int id = 0) Constuctor used by wxWidgets only.
wxFindDialogEvent::GetFlagsint GetFlags() const Get the currently selected flags: this is the combination of wxFR_DOWN, wxFR_WHOLEWORD and wxFR_MATCHCASE flags.
wxFindDialogEvent::GetFindStringwxString GetFindString() const Return the string to find (never empty).
wxFindDialogEvent::GetReplaceStringconst wxString& GetReplaceString() const Return the string to replace the search string with (only for replace and replace all events).
wxFindDialogEvent::GetDialogwxFindReplaceDialog* GetDialog() const Return the pointer to the dialog which generated this event.
|