X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/475d0f2475acc37ce292078ab7292bc571642464..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/fdrepdlg.h?ds=sidebyside diff --git a/interface/wx/fdrepdlg.h b/interface/wx/fdrepdlg.h index ca61b13e16..eca36e5246 100644 --- a/interface/wx/fdrepdlg.h +++ b/interface/wx/fdrepdlg.h @@ -2,7 +2,6 @@ // Name: fdrepdlg.h // Purpose: interface of wxFindDialogEvent, wxFindReplaceDialog // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -95,11 +94,11 @@ public: const wxString& GetReplaceString() const; }; -wxEventType wxEVT_COMMAND_FIND; -wxEventType wxEVT_COMMAND_FIND_NEXT; -wxEventType wxEVT_COMMAND_FIND_REPLACE; -wxEventType wxEVT_COMMAND_FIND_REPLACE_ALL; -wxEventType wxEVT_COMMAND_FIND_CLOSE; +wxEventType wxEVT_FIND; +wxEventType wxEVT_FIND_NEXT; +wxEventType wxEVT_FIND_REPLACE; +wxEventType wxEVT_FIND_REPLACE_ALL; +wxEventType wxEVT_FIND_CLOSE; @@ -130,7 +129,7 @@ public: /** Get the string to find. */ - const wxString& GetFindString(); + const wxString& GetFindString() const; /** Get the combination of @c wxFindReplaceFlags values. @@ -140,7 +139,7 @@ public: /** Get the replacement string. */ - const wxString& GetReplaceString(); + const wxString& GetReplaceString() const; /** Set the string to find (used as initial value by the dialog).