~ubuntu-branches/ubuntu/karmic/codelite/karmic

« back to all changes in this revision

Viewing changes to LiteEditor/compiler_pages.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-08-15 17:42:43 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090815174243-nlb9ikgigbiybz12
Tags: 1.0.2893+dfsg-0ubuntu1
* debian/rules:
  + Tidy up get-orig-source rule
* debian/control:
  + Bump Standards-Version
  + Change Maintainer email address to @ubuntu.com
  + Drop cdbs build-dependency
* debian/copyright:
  + Update to DEP-5 format
* debian/patches/00_add-fPIC.patch:
  + Dropped, fix upstream
* Closes LP: #413992

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version Aug  4 2008)
 
2
// C++ code generated with wxFormBuilder (version May 12 2009)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
68
68
        private:
69
69
        
70
70
        protected:
71
 
                wxPanel* m_panel2;
72
71
                wxStaticText* m_staticText9;
73
72
                wxTextCtrl* m_textCompilerName;
74
73
                wxStaticText* m_staticText11;
97
96
        private:
98
97
        
99
98
        protected:
100
 
                wxPanel* m_panel3;
101
99
                wxStaticText* m_staticText8;
102
100
                wxListCtrl* m_listSwitches;
103
101
                
104
102
                // Virtual event handlers, overide them in your derived class
105
 
                virtual void OnItemActivated( wxListEvent& event ){ event.Skip(); }
106
 
                virtual void OnItemSelected( wxListEvent& event ){ event.Skip(); }
 
103
                virtual void OnItemActivated( wxListEvent& event ) { event.Skip(); }
 
104
                virtual void OnItemSelected( wxListEvent& event ) { event.Skip(); }
107
105
                
108
106
        
109
107
        public:
121
119
        private:
122
120
        
123
121
        protected:
124
 
                wxPanel* m_panel4;
125
122
                wxStaticText* m_staticText23;
126
123
                wxListCtrl* m_listCtrlFileTypes;
127
124
                wxButton* m_buttonNewFileType;
128
125
                wxButton* m_buttonDeleteFileType;
129
126
                
130
127
                // Virtual event handlers, overide them in your derived class
131
 
                virtual void OnFileTypeActivated( wxListEvent& event ){ event.Skip(); }
132
 
                virtual void OnFileTypeDeSelected( wxListEvent& event ){ event.Skip(); }
133
 
                virtual void OnFileTypeSelected( wxListEvent& event ){ event.Skip(); }
134
 
                virtual void OnNewFileType( wxCommandEvent& event ){ event.Skip(); }
135
 
                virtual void OnDeleteFileType( wxCommandEvent& event ){ event.Skip(); }
 
128
                virtual void OnFileTypeActivated( wxListEvent& event ) { event.Skip(); }
 
129
                virtual void OnFileTypeDeSelected( wxListEvent& event ) { event.Skip(); }
 
130
                virtual void OnFileTypeSelected( wxListEvent& event ) { event.Skip(); }
 
131
                virtual void OnNewFileType( wxCommandEvent& event ) { event.Skip(); }
 
132
                virtual void OnDeleteFileType( wxCommandEvent& event ) { event.Skip(); }
136
133
                
137
134
        
138
135
        public:
150
147
        private:
151
148
        
152
149
        protected:
153
 
                wxPanel* m_panel1;
154
150
                wxCheckBox* m_checkBoxGenerateDependenciesFiles;
155
151
                wxStaticLine* m_staticline2;
156
152
                wxStaticText* m_staticText18;
188
184
                wxButton* m_buttonDeleteCompilerOption;
189
185
                
190
186
                // Virtual event handlers, overide them in your derived class
191
 
                virtual void OnCompilerOptionActivated( wxListEvent& event ){ event.Skip(); }
192
 
                virtual void OnCompilerOptionDeSelected( wxListEvent& event ){ event.Skip(); }
193
 
                virtual void OnCompilerOptionSelected( wxListEvent& event ){ event.Skip(); }
194
 
                virtual void OnNewCompilerOption( wxCommandEvent& event ){ event.Skip(); }
195
 
                virtual void OnDeleteCompilerOption( wxCommandEvent& event ){ event.Skip(); }
 
187
                virtual void OnCompilerOptionActivated( wxListEvent& event ) { event.Skip(); }
 
188
                virtual void OnCompilerOptionDeSelected( wxListEvent& event ) { event.Skip(); }
 
189
                virtual void OnCompilerOptionSelected( wxListEvent& event ) { event.Skip(); }
 
190
                virtual void OnNewCompilerOption( wxCommandEvent& event ) { event.Skip(); }
 
191
                virtual void OnDeleteCompilerOption( wxCommandEvent& event ) { event.Skip(); }
196
192
                
197
193
        
198
194
        public:
216
212
                wxButton* m_buttonDeleteLinkerOption;
217
213
                
218
214
                // Virtual event handlers, overide them in your derived class
219
 
                virtual void OnLinkerOptionActivated( wxListEvent& event ){ event.Skip(); }
220
 
                virtual void OnLinkerOptionDeSelected( wxListEvent& event ){ event.Skip(); }
221
 
                virtual void OnLinkerOptionSelected( wxListEvent& event ){ event.Skip(); }
222
 
                virtual void OnNewLinkerOption( wxCommandEvent& event ){ event.Skip(); }
223
 
                virtual void OnDeleteLinkerOption( wxCommandEvent& event ){ event.Skip(); }
 
215
                virtual void OnLinkerOptionActivated( wxListEvent& event ) { event.Skip(); }
 
216
                virtual void OnLinkerOptionDeSelected( wxListEvent& event ) { event.Skip(); }
 
217
                virtual void OnLinkerOptionSelected( wxListEvent& event ) { event.Skip(); }
 
218
                virtual void OnNewLinkerOption( wxCommandEvent& event ) { event.Skip(); }
 
219
                virtual void OnDeleteLinkerOption( wxCommandEvent& event ) { event.Skip(); }
224
220
                
225
221
        
226
222
        public: