 |
wxMaxima
|
Go to the documentation of this file.
30 #ifndef FINDREPLACEDIALOG_H
31 #define FINDREPLACEDIALOG_H
34 #include <wx/dialog.h>
43 FindReplaceDialog(wxWindow *parent, wxFindReplaceData *data,
const wxString &title,
44 int style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
56 void OnActivate(wxActivateEvent &WXUNUSED(event));
59 void OnKeyDown(wxKeyEvent &WXUNUSED(event));
66 void OnClose(wxCloseEvent& WXUNUSED(event));
80 static wxSize m_windowSize;
89 static wxPoint m_windowPos;
92 #endif // FINDREPLACEDIALOG_H
void OnKeyDown(wxKeyEvent &WXUNUSED(event))
We catch a few hot keys here as we don't provide a menu that could declare them.
Definition: FindReplaceDialog.cpp:50
FindReplacePane * m_contents
Definition: FindReplaceDialog.h:73
void OnClose(wxCloseEvent &WXUNUSED(event))
Definition: FindReplaceDialog.cpp:58
Definition: FindReplacePane.h:43
Definition: FindReplaceDialog.h:40
void SetFindString(wxString string)
Set the string we are currently searching for.
Definition: FindReplaceDialog.h:51
void OnActivate(wxActivateEvent &WXUNUSED(event))
Is called if this element looses or gets the focus.
Definition: FindReplaceDialog.cpp:66
wxFindReplaceData * GetData()
Returns the standard wxFindReplaceData data structure.
Definition: FindReplaceDialog.h:47