summaryrefslogtreecommitdiffstats
path: root/WebKit/wx/WebBrowserShell.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx/WebBrowserShell.h')
-rw-r--r--WebKit/wx/WebBrowserShell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/wx/WebBrowserShell.h b/WebKit/wx/WebBrowserShell.h
index 9b48314..edda9e4 100644
--- a/WebKit/wx/WebBrowserShell.h
+++ b/WebKit/wx/WebBrowserShell.h
@@ -55,6 +55,9 @@ public:
protected:
// event handlers (these functions should _not_ be virtual)
+ void OnCut(wxCommandEvent& event);
+ void OnCopy(wxCommandEvent& event);
+ void OnPaste(wxCommandEvent& event);
void OnQuit(wxCommandEvent& event);
void OnAbout(wxCommandEvent& event);
void OnLoadFile(wxCommandEvent& event);