X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FAppXestiaCalendar.h;h=300a686c8afbfb4c2a90c0a62859d71fb4584233;hb=54c0cc46a20bfd13a8f0c3130520bcc06359bc9c;hp=c5c42af5a75df75c7d1f71918d3e1de5e0183314;hpb=90d0626763aa5b7d1bcb545f49e54c7d9d6827e6;p=xestiacalendar%2F.git diff --git a/source/AppXestiaCalendar.h b/source/AppXestiaCalendar.h index c5c42af..300a686 100644 --- a/source/AppXestiaCalendar.h +++ b/source/AppXestiaCalendar.h @@ -1,3 +1,21 @@ +// AppXesitaCalendar.h - Xestia Calendar application form code header +// +// (c) 2016-2017 Xestia Software Development. +// +// This file is part of Xestia Calendar. +// +// Xestia Calendar is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Calendar is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Calendar. If not, see + /////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Nov 13 2016) // http://www.wxformbuilder.org/ @@ -57,6 +75,7 @@ class frmMainADT : public wxFrame wxMenuBar* menuBar; wxMenu* mnuManage; wxMenu* mnuCreate; + wxMenu* mnuWindow; wxMenu* mnuHelp; wxBoxSizer* szrMain; @@ -499,12 +518,15 @@ class frmEventEditorADT : public wxFrame wxTextCtrl* m_textCtrl20; // Virtual event handlers, overide them in your derived class + virtual void CloseWindow( wxCloseEvent& event ) { event.Skip(); } virtual void SaveContact( wxCommandEvent& event ) { event.Skip(); } virtual void SaveNewContact( wxCommandEvent& event ) { event.Skip(); } virtual void CloseWindow( wxCommandEvent& event ) { event.Skip(); } virtual void CutText( wxCommandEvent& event ) { event.Skip(); } virtual void CopyText( wxCommandEvent& event ) { event.Skip(); } virtual void PasteText( wxCommandEvent& event ) { event.Skip(); } + virtual void ProcessCalendarControl( wxCommandEvent& event ) { event.Skip(); } + virtual void ProcessEventName( wxCommandEvent& event ) { event.Skip(); } public: