summaryrefslogtreecommitdiff
path: root/LiteEditor/editorsettingscaretbase.h
blob: daed60af723e0a2d53f7553f7e716eb569ad0ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Mar 19 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////

#ifndef __editorsettingscaretbase__
#define __editorsettingscaretbase__

#include <wx/intl.h>

#include <wx/string.h>
#include <wx/stattext.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/spinctrl.h>
#include <wx/sizer.h>
#include <wx/panel.h>

///////////////////////////////////////////////////////////////////////////


///////////////////////////////////////////////////////////////////////////////
/// Class EditorSettingsCaretBase
///////////////////////////////////////////////////////////////////////////////
class EditorSettingsCaretBase : public wxPanel 
{
	private:
	
	protected:
		wxStaticText* m_staticText1;
		wxSpinCtrl* m_spinCtrlBlinkPeriod;
		wxStaticText* m_staticText3;
		wxSpinCtrl* m_spinCtrlCaretWidth;
	
	public:
		EditorSettingsCaretBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
		~EditorSettingsCaretBase();
	
};

#endif //__editorsettingscaretbase__