X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ce6d6c89a540e707c4a91238e6460c0e4bae2a6..3fb1e0594abc234aed02f0b7e614bba7dabc4e99:/interface/fdrepdlg.h diff --git a/interface/fdrepdlg.h b/interface/fdrepdlg.h index 7696f782dc..e704d00c4e 100644 --- a/interface/fdrepdlg.h +++ b/interface/fdrepdlg.h @@ -49,15 +49,15 @@ enum wxFindReplaceDialogStyles wxFindReplaceDialog events @beginEventTable{wxFindDialogEvent} - @event{EVT_FIND(id, func)}: + @event{EVT_FIND(id, func)} Find button was pressed in the dialog. - @event{EVT_FIND_NEXT(id, func)}: + @event{EVT_FIND_NEXT(id, func)} Find next button was pressed in the dialog. - @event{EVT_FIND_REPLACE(id, func)}: + @event{EVT_FIND_REPLACE(id, func)} Replace button was pressed in the dialog. - @event{EVT_FIND_REPLACE_ALL(id, func)}: + @event{EVT_FIND_REPLACE_ALL(id, func)} Replace all button was pressed in the dialog. - @event{EVT_FIND_CLOSE(id, func)}: + @event{EVT_FIND_CLOSE(id, func)} The dialog is being destroyed, any pointers to it cannot be used any longer. @endEventTable