summaryrefslogtreecommitdiff
path: root/LiteEditor/quickfindbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/quickfindbar.h')
-rw-r--r--LiteEditor/quickfindbar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/LiteEditor/quickfindbar.h b/LiteEditor/quickfindbar.h
index 3de637a5..faea68b3 100644
--- a/LiteEditor/quickfindbar.h
+++ b/LiteEditor/quickfindbar.h
@@ -115,7 +115,6 @@ protected:
void OnText(wxCommandEvent& e);
void OnKeyDown(wxKeyEvent& e);
void OnFindMouseWheel(wxMouseEvent& e);
- void OnShowReplaceControls(wxFlatButtonEvent& e);
void OnButtonReplace(wxFlatButtonEvent& e);
void OnButtonReplaceUI(wxUpdateUIEvent& e);
void OnEnter(wxCommandEvent& e);
@@ -141,6 +140,7 @@ protected:
protected:
bool DoShow(bool s, const wxString& findWhat);
+ void DoToggleReplacebar();
wxStyledTextCtrl* DoCheckPlugins();
public:
@@ -150,6 +150,8 @@ public:
bool ShowForPlugins();
bool Show(bool s = true);
bool Show(const wxString& findWhat);
+ void ShowReplacebar(bool show);
+ void ToggleReplacebar();
wxStyledTextCtrl* GetEditor() { return m_sci; }
void SetEditor(wxStyledTextCtrl* sci);
};