// Name: fdrepdlg.h
// Purpose: interface of wxFindDialogEvent, wxFindReplaceDialog
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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;
/**
Get the string to find.
*/
- const wxString& GetFindString();
+ const wxString& GetFindString() const;
/**
Get the combination of @c wxFindReplaceFlags values.
/**
Get the replacement string.
*/
- const wxString& GetReplaceString();
+ const wxString& GetReplaceString() const;
/**
Set the string to find (used as initial value by the dialog).