Code::Blocks  SVN r11506
editkeywordsdlg.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3  * http://www.gnu.org/licenses/lgpl-3.0.html
4  */
5 
6 #ifndef EDITKEYWORDSDLG_H
7 #define EDITKEYWORDSDLG_H
8 
9 #include "scrollingdialog.h"
10 #include "globals.h"
11 
12 class wxSpinCtrl;
13 class wxTextCtrl;
14 class EditorColourSet;
15 
17 {
18  public:
19  EditKeywordsDlg(wxWindow* parent, EditorColourSet* theme, HighlightLanguage lang, const wxArrayString& descr);
21  protected:
22  void OnSetChange(wxSpinEvent& event);
23 
25  public:
29  int m_LastSet;
30  private:
31  void UpdateDlg();
33  DECLARE_EVENT_TABLE()
34 };
35 
36 #endif // EDITKEYWORDSDLG_H
EditorColourSet * m_pTheme
wxTextCtrl * txtKeywords
void OnSetChange(wxSpinEvent &event)
wxSpinCtrl * spnSet
HighlightLanguage m_Lang
EditKeywordsDlg(wxWindow *parent, EditorColourSet *theme, HighlightLanguage lang, const wxArrayString &descr)
const wxArrayString & descriptions