summaryrefslogtreecommitdiff
path: root/LiteEditor/acceltablebasedlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/acceltablebasedlg.h')
-rw-r--r--LiteEditor/acceltablebasedlg.h80
1 files changed, 0 insertions, 80 deletions
diff --git a/LiteEditor/acceltablebasedlg.h b/LiteEditor/acceltablebasedlg.h
deleted file mode 100644
index 977b32d9..00000000
--- a/LiteEditor/acceltablebasedlg.h
+++ /dev/null
@@ -1,80 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2008 by Eran Ifrah
-// file name : acceltablebasedlg.h
-//
-// -------------------------------------------------------------------------
-// A
-// _____ _ _ _ _
-// / __ \ | | | | (_) |
-// | / \/ ___ __| | ___| | _| |_ ___
-// | | / _ \ / _ |/ _ \ | | | __/ _ )
-// | \__/\ (_) | (_| | __/ |___| | || __/
-// \____/\___/ \__,_|\___\_____/_|\__\___|
-//
-// F i l e
-//
-// This program 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; either version 2 of the License, or
-// (at your option) any later version.
-//
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-
-///////////////////////////////////////////////////////////////////////////
-// C++ code generated with wxFormBuilder (version Apr 16 2008)
-// http://www.wxformbuilder.org/
-//
-// PLEASE DO "NOT" EDIT THIS FILE!
-///////////////////////////////////////////////////////////////////////////
-
-#ifndef __acceltablebasedlg__
-#define __acceltablebasedlg__
-
-#include <wx/listctrl.h>
-#include <wx/gdicmn.h>
-#include <wx/font.h>
-#include <wx/colour.h>
-#include <wx/settings.h>
-#include <wx/string.h>
-#include <wx/button.h>
-#include <wx/sizer.h>
-#include <wx/statline.h>
-#include <wx/dialog.h>
-
-///////////////////////////////////////////////////////////////////////////
-
-
-///////////////////////////////////////////////////////////////////////////////
-/// Class AccelTableBaseDlg
-///////////////////////////////////////////////////////////////////////////////
-class AccelTableBaseDlg : public wxDialog
-{
- private:
-
- protected:
- wxListCtrl* m_listCtrl1;
- wxButton* m_buttonEdit;
- wxButton* m_buttonDefault;
- wxStaticLine* m_staticline1;
- wxButton* m_button1;
- wxButton* m_button2;
-
- // Virtual event handlers, overide them in your derived class
- virtual void OnColClicked( wxListEvent& event ){ event.Skip(); }
- virtual void OnItemActivated( wxListEvent& event ){ event.Skip(); }
- virtual void OnItemSelected( wxListEvent& event ){ event.Skip(); }
- virtual void OnEditButton( wxCommandEvent& event ){ event.Skip(); }
- virtual void OnButtonDefaults( wxCommandEvent& event ){ event.Skip(); }
- virtual void OnButtonOk( wxCommandEvent& event ){ event.Skip(); }
-
-
- public:
- AccelTableBaseDlg( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Keyboard Shortcuts:"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 819,530 ), long style = wxDEFAULT_DIALOG_STYLE );
- ~AccelTableBaseDlg();
-
-};
-
-#endif //__acceltablebasedlg__