//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
+#endif
public:
#ifdef SWIG
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
protected:
#endif
#endif
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
+#endif
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG
//----------------------------------------------------------------------
-class wxStyledTextCtrl; // forward
+#ifdef WXMAKINGDLL_STC
+ #define WXDLLIMPEXP_STC WXEXPORT
+#elif defined(WXUSINGDLL)
+ #define WXDLLIMPEXP_STC WXIMPORT
+#else // not making nor using DLL
+ #define WXDLLIMPEXP_STC
+#endif
+
+class WXDLLIMPEXP_STC wxStyledTextCtrl; // forward
class ScintillaWX;
//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
+#endif
public:
#ifdef SWIG
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
protected:
#endif
#endif
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
+#endif
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG
//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
+#endif
public:
#ifdef SWIG
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
protected:
#endif
#endif
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
+#endif
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG
//----------------------------------------------------------------------
-class wxStyledTextCtrl; // forward
+#ifdef WXMAKINGDLL_STC
+ #define WXDLLIMPEXP_STC WXEXPORT
+#elif defined(WXUSINGDLL)
+ #define WXDLLIMPEXP_STC WXIMPORT
+#else // not making nor using DLL
+ #define WXDLLIMPEXP_STC
+#endif
+
+class WXDLLIMPEXP_STC wxStyledTextCtrl; // forward
class ScintillaWX;
//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
+#endif
public:
#ifdef SWIG
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
protected:
#endif
#endif
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
+#endif
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG