#include <FindReplaceDialog.h>
|
| FindReplaceDialog (wxWindow *parent, wxFindReplaceData *data, const wxString &title, int style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) |
|
wxFindReplaceData * | GetData () |
| Returns the standard wxFindReplaceData data structure.
|
|
void | SetFindString (wxString string) |
| Set the string we are currently searching for.
|
|
|
void | OnActivate (wxActivateEvent &WXUNUSED(event)) |
| Is called if this element looses or gets the focus.
|
|
void | OnKeyDown (wxKeyEvent &WXUNUSED(event)) |
| We catch a few hot keys here as we don't provide a menu that could declare them.
|
|
void | OnClose (wxCloseEvent &WXUNUSED(event)) |
|
◆ OnClose()
void FindReplaceDialog::OnClose |
( |
wxCloseEvent & |
WXUNUSEDevent | ) |
|
|
protected |
Called on closing the dialogue.
Informs our parent that it can stop highlighting search results and saves the window geometry for the next time the window is opened.
◆ m_contents
The contents of the dialog.
The contents is split into a separate panel so we can easily make it dockable once dockable dialogues aren't this ugly any more.
The documentation for this class was generated from the following files:
- /home/dauti/Software/Crosscompiled-Windows-installer/build/wxmaxima-Version-22.03.0/src/FindReplaceDialog.h
- /home/dauti/Software/Crosscompiled-Windows-installer/build/wxmaxima-Version-22.03.0/src/FindReplaceDialog.cpp