X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..54173563c3ff0c79a33dd1bc33a13d74fec15df1:/interface/wx/fdrepdlg.h?ds=sidebyside diff --git a/interface/wx/fdrepdlg.h b/interface/wx/fdrepdlg.h index eaf6add16f..ca61b13e16 100644 --- a/interface/wx/fdrepdlg.h +++ b/interface/wx/fdrepdlg.h @@ -20,7 +20,7 @@ enum wxFindReplaceFlags /** case sensitive search/replace selected (otherwise - case insensitive) */ wxFR_MATCHCASE = 4 -} +}; /** @@ -39,7 +39,7 @@ enum wxFindReplaceDialogStyles /** don't allow whole word searching */ wxFR_NOWHOLEWORD = 8 -} +}; /** @@ -67,7 +67,7 @@ class wxFindDialogEvent : public wxCommandEvent { public: /** - Constuctor used by wxWidgets only. + Constructor used by wxWidgets only. */ wxFindDialogEvent(wxEventType commandType = wxEVT_NULL, int id = 0); @@ -95,6 +95,12 @@ 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; + /** @@ -117,7 +123,7 @@ class wxFindReplaceData : public wxObject { public: /** - Constuctor initializes the flags to default value (0). + Constructor initializes the flags to default value (0). */ wxFindReplaceData(wxUint32 flags = 0);