#ifndef __stc_h__
#define __stc_h__
+#include "wx/defs.h"
-#include "wx/wx.h"
-#include "wx/dnd.h"
-
+#if wxUSE_STC
-#ifdef WXMAKINGDLL_STC
- #define WXDLLIMPEXP_STC WXEXPORT
-#elif defined(WXUSINGDLL)
- #define WXDLLIMPEXP_STC WXIMPORT
-#else // not making nor using DLL
- #define WXDLLIMPEXP_STC
-#endif
+#include "wx/control.h"
+#include "wx/dnd.h"
+#include "wx/stopwatch.h"
+class WXDLLIMPEXP_CORE wxScrollBar;
// SWIG can't handle "#if" type of conditionals, only "#ifdef"
#ifdef SWIG
void SetCaretLineVisible(bool show);
// Get the colour of the background of the line containing the caret.
- wxColour GetCaretLineBack();
+ wxColour GetCaretLineBackground();
// Set the colour of the background of the line containing the caret.
- void SetCaretLineBack(const wxColour& back);
+ void SetCaretLineBackground(const wxColour& back);
// Set a style to be changeable or not (read only).
// Experimental feature, currently buggy.
//----------------------------------------------------------------------
#endif
-
+#endif // wxUSE_STC