Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2012-10-11 16:06:41 +0400
committerKandrashin Denis <mail@lintest.ru>2012-10-11 18:02:20 +0400
commit07c38f2852f9f0b0c008c6e900b5eb482687e7df (patch)
treef82bedec8ee68d0a2bfffad67492137f87492b1f /sources/MyRuLib/FbMainFrame.h
parent93693386af989da85569de8dc298ffe6b7375f0c (diff)
Fix panel submenu
Diffstat (limited to 'sources/MyRuLib/FbMainFrame.h')
-rw-r--r--sources/MyRuLib/FbMainFrame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/MyRuLib/FbMainFrame.h b/sources/MyRuLib/FbMainFrame.h
index 5b3a492c..1ed8666e 100644
--- a/sources/MyRuLib/FbMainFrame.h
+++ b/sources/MyRuLib/FbMainFrame.h
@@ -23,8 +23,6 @@ class FbMainFrame : public wxFrame
void Localize(int language);
wxAuiNotebook * GetNotebook() { return &m_FrameNotebook; }
void UpdateBook(int id);
- protected:
- virtual bool ProcessEvent(wxEvent& event);
private:
bool Create(wxWindow * parent, wxWindowID id, const wxString & title);
wxWindow * GetActiveChild();
@@ -81,6 +79,7 @@ class FbMainFrame : public wxFrame
void OnFullScreen(wxCommandEvent& event);
void OnFullScreenUpdate(wxUpdateUIEvent& event);
void OnInitFrame(wxCommandEvent& event);
+ void OnClassMenu(wxCommandEvent& event);
void OnMenuFrame(wxCommandEvent& event);
void OnMenuNothing(wxCommandEvent& event);
void OnMenuAuthor(wxCommandEvent& event);