Code::Blocks  SVN r11506
debuggersettingscommonpanel.h
Go to the documentation of this file.
1 #ifndef DEBUGGERSETTINGSCOMMONPANEL_H
2 #define DEBUGGERSETTINGSCOMMONPANEL_H
3 
4 #ifndef CB_PRECOMP
5  //(*HeadersPCH(DebuggerSettingsCommonPanel)
6  #include <wx/checkbox.h>
7  #include <wx/sizer.h>
8  #include <wx/button.h>
9  #include <wx/panel.h>
10  #include <wx/stattext.h>
11  #include <wx/choice.h>
12  //*)
13 #endif
14 //(*Headers(DebuggerSettingsCommonPanel)
15 //*)
16 
18 {
19  public:
20 
23 
24  void SaveChanges();
25 
26  private:
28  private:
29 
30  //(*Declarations(DebuggerSettingsCommonPanel)
38  //*)
39  private:
41  private:
42 
43  //(*Identifiers(DebuggerSettingsCommonPanel)
44  static const long ID_AUTOBUILD;
45  static const long ID_AUTOSWITCH;
46  static const long ID_DEBUGGERS_LOG;
47  static const long ID_JUMP_ON_DOUBLE_CLICK;
48  static const long ID_REQUIRE_CTRL_FOR_TOOLTIPS;
49  static const long ID_VALUE_TOOLTIP_LABEL;
50  static const long ID_BUTTON_CHOOSE_FONT;
51  static const long ID_CHOICE_PERSPECTIVE;
52  //*)
53 
54  //(*Handlers(DebuggerSettingsCommonPanel)
55  void OnChooseFontClick(wxCommandEvent& event);
56  //*)
57 
58  DECLARE_EVENT_TABLE()
59 };
60 
61 #endif
void OnChooseFontClick(wxCommandEvent &event)