diff --git a/Projects/CodeLite/OSX/SleepyHead.tags b/Projects/CodeLite/OSX/SleepyHead.tags deleted file mode 100644 index 31847843..00000000 Binary files a/Projects/CodeLite/OSX/SleepyHead.tags and /dev/null differ diff --git a/Projects/CodeLite/OSX/gui.cpp b/Projects/CodeLite/OSX/gui.cpp deleted file mode 100644 index 3a9abdd9..00000000 --- a/Projects/CodeLite/OSX/gui.cpp +++ /dev/null @@ -1,45 +0,0 @@ -/////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Feb 8 2009) -// http://www.wxformbuilder.org/ -// -// PLEASE DO "NOT" EDIT THIS FILE! -/////////////////////////////////////////////////////////////////////////// - -#include "gui.h" - -/////////////////////////////////////////////////////////////////////////// - -MainFrameBase::MainFrameBase( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxFrame( parent, id, title, pos, size, style ) -{ - this->SetSizeHints( wxDefaultSize, wxDefaultSize ); - - m_menuBar = new wxMenuBar( 0 ); - m_menuFile = new wxMenu(); - wxMenuItem* menuFileExit; - menuFileExit = new wxMenuItem( m_menuFile, wxID_EXIT, wxString( _("E&xit") ) + wxT('\t') + wxT("Alt+X"), wxEmptyString, wxITEM_NORMAL ); - m_menuFile->Append( menuFileExit ); - - m_menuBar->Append( m_menuFile, _("&File") ); - - this->SetMenuBar( m_menuBar ); - - wxBoxSizer* mainSizer; - mainSizer = new wxBoxSizer( wxVERTICAL ); - - this->SetSizer( mainSizer ); - this->Layout(); - m_statusBar = this->CreateStatusBar( 1, wxST_SIZEGRIP, wxID_ANY ); - - this->Centre( wxBOTH ); - - // Connect Events - this->Connect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( MainFrameBase::OnCloseFrame ) ); - this->Connect( menuFileExit->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler( MainFrameBase::OnExitClick ) ); -} - -MainFrameBase::~MainFrameBase() -{ - // Disconnect Events - this->Disconnect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( MainFrameBase::OnCloseFrame ) ); - this->Disconnect( wxID_ANY, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler( MainFrameBase::OnExitClick ) ); -} diff --git a/Projects/CodeLite/OSX/gui.fbp b/Projects/CodeLite/OSX/gui.fbp deleted file mode 100644 index 3d99a094..00000000 --- a/Projects/CodeLite/OSX/gui.fbp +++ /dev/null @@ -1,204 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<wxFormBuilder_Project> - <FileVersion major="1" minor="9" /> - <object class="Project" expanded="1"> - <property name="class_decoration"></property> - <property name="code_generation">C++</property> - <property name="disconnect_events">1</property> - <property name="encoding">UTF-8</property> - <property name="event_generation">connect</property> - <property name="event_handler">impl_virtual</property> - <property name="file">gui</property> - <property name="first_id">1000</property> - <property name="help_provider">none</property> - <property name="internationalize">1</property> - <property name="name">gui</property> - <property name="namespace"></property> - <property name="path">.</property> - <property name="precompiled_header"></property> - <property name="relative_path">1</property> - <property name="use_enum">0</property> - <property name="use_microsoft_bom">0</property> - <object class="Frame" expanded="1"> - <property name="bg"></property> - <property name="center">wxBOTH</property> - <property name="context_help"></property> - <property name="enabled">1</property> - <property name="extra_style"></property> - <property name="fg"></property> - <property name="font"></property> - <property name="hidden">0</property> - <property name="id">wxID_ANY</property> - <property name="maximum_size"></property> - <property name="minimum_size"></property> - <property name="name">MainFrameBase</property> - <property name="pos"></property> - <property name="size">500,300</property> - <property name="style">wxCLOSE_BOX|wxDEFAULT_FRAME_STYLE</property> - <property name="subclass"></property> - <property name="title">wxMiniApp</property> - <property name="tooltip"></property> - <property name="validator_data_type"></property> - <property name="validator_style">wxFILTER_NONE</property> - <property name="validator_type">wxDefaultValidator</property> - <property name="validator_variable"></property> - <property name="window_extra_style"></property> - <property name="window_name"></property> - <property name="window_style">wxTAB_TRAVERSAL</property> - <property name="xrc_skip_sizer">1</property> - <event name="OnActivate"></event> - <event name="OnActivateApp"></event> - <event name="OnChar"></event> - <event name="OnClose">OnCloseFrame</event> - <event name="OnEnterWindow"></event> - <event name="OnEraseBackground"></event> - <event name="OnHibernate"></event> - <event name="OnIconize"></event> - <event name="OnIdle"></event> - <event name="OnKeyDown"></event> - <event name="OnKeyUp"></event> - <event name="OnKillFocus"></event> - <event name="OnLeaveWindow"></event> - <event name="OnLeftDClick"></event> - <event name="OnLeftDown"></event> - <event name="OnLeftUp"></event> - <event name="OnMiddleDClick"></event> - <event name="OnMiddleDown"></event> - <event name="OnMiddleUp"></event> - <event name="OnMotion"></event> - <event name="OnMouseEvents"></event> - <event name="OnMouseWheel"></event> - <event name="OnPaint"></event> - <event name="OnRightDClick"></event> - <event name="OnRightDown"></event> - <event name="OnRightUp"></event> - <event name="OnSetFocus"></event> - <event name="OnSize"></event> - <event name="OnUpdateUI"></event> - <object class="wxMenuBar" expanded="1"> - <property name="bg"></property> - <property name="context_help"></property> - <property name="enabled">1</property> - <property name="fg"></property> - <property name="font"></property> - <property name="hidden">0</property> - <property name="id">wxID_ANY</property> - <property name="label">MainMenu</property> - <property name="maximum_size"></property> - <property name="minimum_size"></property> - <property name="name">m_menuBar</property> - <property name="permission">protected</property> - <property name="pos"></property> - <property name="size"></property> - <property name="style"></property> - <property name="subclass"></property> - <property name="tooltip"></property> - <property name="validator_data_type"></property> - <property name="validator_style">wxFILTER_NONE</property> - <property name="validator_type">wxDefaultValidator</property> - <property name="validator_variable"></property> - <property name="window_extra_style"></property> - <property name="window_name"></property> - <property name="window_style"></property> - <event name="OnChar"></event> - <event name="OnEnterWindow"></event> - <event name="OnEraseBackground"></event> - <event name="OnKeyDown"></event> - <event name="OnKeyUp"></event> - <event name="OnKillFocus"></event> - <event name="OnLeaveWindow"></event> - <event name="OnLeftDClick"></event> - <event name="OnLeftDown"></event> - <event name="OnLeftUp"></event> - <event name="OnMiddleDClick"></event> - <event name="OnMiddleDown"></event> - <event name="OnMiddleUp"></event> - <event name="OnMotion"></event> - <event name="OnMouseEvents"></event> - <event name="OnMouseWheel"></event> - <event name="OnPaint"></event> - <event name="OnRightDClick"></event> - <event name="OnRightDown"></event> - <event name="OnRightUp"></event> - <event name="OnSetFocus"></event> - <event name="OnSize"></event> - <event name="OnUpdateUI"></event> - <object class="wxMenu" expanded="1"> - <property name="label">&File</property> - <property name="name">m_menuFile</property> - <property name="permission">protected</property> - <object class="wxMenuItem" expanded="1"> - <property name="bitmap"></property> - <property name="checked">0</property> - <property name="enabled">1</property> - <property name="help"></property> - <property name="id">wxID_EXIT</property> - <property name="kind">wxITEM_NORMAL</property> - <property name="label">E&xit</property> - <property name="name">menuFileExit</property> - <property name="permission">none</property> - <property name="shortcut">Alt+X</property> - <property name="unchecked_bitmap"></property> - <event name="OnMenuSelection">OnExitClick</event> - <event name="OnUpdateUI"></event> - </object> - </object> - </object> - <object class="wxBoxSizer" expanded="1"> - <property name="minimum_size"></property> - <property name="name">mainSizer</property> - <property name="orient">wxVERTICAL</property> - <property name="permission">none</property> - </object> - <object class="wxStatusBar" expanded="1"> - <property name="bg"></property> - <property name="context_help"></property> - <property name="enabled">1</property> - <property name="fg"></property> - <property name="fields">1</property> - <property name="font"></property> - <property name="hidden">0</property> - <property name="id">wxID_ANY</property> - <property name="maximum_size"></property> - <property name="minimum_size"></property> - <property name="name">m_statusBar</property> - <property name="permission">protected</property> - <property name="pos"></property> - <property name="size"></property> - <property name="style">wxST_SIZEGRIP</property> - <property name="subclass"></property> - <property name="tooltip"></property> - <property name="validator_data_type"></property> - <property name="validator_style">wxFILTER_NONE</property> - <property name="validator_type">wxDefaultValidator</property> - <property name="validator_variable"></property> - <property name="window_extra_style"></property> - <property name="window_name"></property> - <property name="window_style"></property> - <event name="OnChar"></event> - <event name="OnEnterWindow"></event> - <event name="OnEraseBackground"></event> - <event name="OnKeyDown"></event> - <event name="OnKeyUp"></event> - <event name="OnKillFocus"></event> - <event name="OnLeaveWindow"></event> - <event name="OnLeftDClick"></event> - <event name="OnLeftDown"></event> - <event name="OnLeftUp"></event> - <event name="OnMiddleDClick"></event> - <event name="OnMiddleDown"></event> - <event name="OnMiddleUp"></event> - <event name="OnMotion"></event> - <event name="OnMouseEvents"></event> - <event name="OnMouseWheel"></event> - <event name="OnPaint"></event> - <event name="OnRightDClick"></event> - <event name="OnRightDown"></event> - <event name="OnRightUp"></event> - <event name="OnSetFocus"></event> - <event name="OnSize"></event> - <event name="OnUpdateUI"></event> - </object> - </object> - </object> -</wxFormBuilder_Project> diff --git a/Projects/CodeLite/OSX/gui.h b/Projects/CodeLite/OSX/gui.h deleted file mode 100644 index beb8463a..00000000 --- a/Projects/CodeLite/OSX/gui.h +++ /dev/null @@ -1,53 +0,0 @@ -/////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Feb 8 2009) -// http://www.wxformbuilder.org/ -// -// PLEASE DO "NOT" EDIT THIS FILE! -/////////////////////////////////////////////////////////////////////////// - -#ifndef __gui__ -#define __gui__ - -#include <wx/intl.h> - -#include <wx/string.h> -#include <wx/bitmap.h> -#include <wx/image.h> -#include <wx/icon.h> -#include <wx/menu.h> -#include <wx/gdicmn.h> -#include <wx/font.h> -#include <wx/colour.h> -#include <wx/settings.h> -#include <wx/sizer.h> -#include <wx/statusbr.h> -#include <wx/frame.h> - -/////////////////////////////////////////////////////////////////////////// - - -/////////////////////////////////////////////////////////////////////////////// -/// Class MainFrameBase -/////////////////////////////////////////////////////////////////////////////// -class MainFrameBase : public wxFrame -{ - private: - - protected: - wxMenuBar* m_menuBar; - wxMenu* m_menuFile; - wxStatusBar* m_statusBar; - - // Virtual event handlers, overide them in your derived class - virtual void OnCloseFrame( wxCloseEvent& event ) { event.Skip(); } - virtual void OnExitClick( wxCommandEvent& event ) { event.Skip(); } - - - public: - - MainFrameBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("wxMiniApp"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxCLOSE_BOX|wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); - ~MainFrameBase(); - -}; - -#endif //__gui__ diff --git a/Projects/CodeLite/OSX/main.cpp b/Projects/CodeLite/OSX/main.cpp deleted file mode 100644 index c6a764dc..00000000 --- a/Projects/CodeLite/OSX/main.cpp +++ /dev/null @@ -1,52 +0,0 @@ -/********************************************************************* - * Name: main.cpp - * Purpose: Implements simple wxWidgets application with GUI - * created using wxFormBuilder. - * Author: - * Created: - * Copyright: - * License: wxWidgets license (www.wxwidgets.org) - * - * Notes: Note that all GUI creation code is implemented in - * gui.cpp source file which is generated by wxFormBuilder. - *********************************************************************/ - -#include "main.h" - -// initialize the application -IMPLEMENT_APP(MainApp); - -//////////////////////////////////////////////////////////////////////////////// -// application class implementation -//////////////////////////////////////////////////////////////////////////////// - -bool MainApp::OnInit() -{ - SetTopWindow( new MainFrame( NULL ) ); - GetTopWindow()->Show(); - - // true = enter the main loop - return true; -} - -//////////////////////////////////////////////////////////////////////////////// -// main application frame implementation -//////////////////////////////////////////////////////////////////////////////// - -MainFrame::MainFrame(wxWindow *parent) : MainFrameBase( parent ) -{ -} - -MainFrame::~MainFrame() -{ -} - -void MainFrame::OnCloseFrame(wxCloseEvent& event) -{ - Destroy(); -} - -void MainFrame::OnExitClick(wxCommandEvent& event) -{ - Destroy(); -} diff --git a/Projects/CodeLite/OSX/main.h b/Projects/CodeLite/OSX/main.h deleted file mode 100644 index 4330289e..00000000 --- a/Projects/CodeLite/OSX/main.h +++ /dev/null @@ -1,51 +0,0 @@ -/********************************************************************* - * Name: main.h - * Purpose: Declares simple wxWidgets application with GUI - * created using wxFormBuilder. - * Author: - * Created: - * Copyright: - * License: wxWidgets license (www.wxwidgets.org) - * - * Notes: Note that all GUI creation code is declared in - * gui.h source file which is generated by wxFormBuilder. - *********************************************************************/ - -#ifndef __main__ -#define __main__ - -// main wxWidgets header file -#include <wx/wx.h> -// gui classes generated by wxFormBuilder -#include "gui.h" - -//////////////////////////////////////////////////////////////////////////////// -// application class declaration -//////////////////////////////////////////////////////////////////////////////// - -class MainApp : public wxApp -{ - public: - virtual bool OnInit(); -}; - -// declare global static function wxGetApp() -DECLARE_APP(MainApp) - -//////////////////////////////////////////////////////////////////////////////// -// main application frame declaration -//////////////////////////////////////////////////////////////////////////////// - -class MainFrame : public MainFrameBase -{ - public: - MainFrame( wxWindow *parent ); - virtual ~MainFrame(); - - protected: - // protected event handlers - virtual void OnCloseFrame( wxCloseEvent& event ); - virtual void OnExitClick( wxCommandEvent& event ); -}; - -#endif //__main__