git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23112
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
//----------------------------------------------------------------------
//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
class wxStyledTextCtrl : public wxControl {
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
class wxStyledTextEvent : public wxCommandEvent {
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG
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
//----------------------------------------------------------------------
//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
class wxStyledTextCtrl : public wxControl {
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
class wxStyledTextEvent : public wxCommandEvent {
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG
//----------------------------------------------------------------------
//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
class wxStyledTextCtrl : public wxControl {
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
class wxStyledTextEvent : public wxCommandEvent {
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG
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
//----------------------------------------------------------------------
//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
class wxStyledTextCtrl : public wxControl {
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
class wxStyledTextEvent : public wxCommandEvent {
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG