]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.h.in
wxHashMap does not take the key type as constructor argument.
[wxWidgets.git] / src / stc / stc.h.in
index 1a5648a2ec84f8cc6a4e627f3088a7780f10d41f..ac9599b50d529f30537a668be674e79b5989a1c3 100644 (file)
@@ -70,7 +70,11 @@ class  WXDLLIMPEXP_STC wxStyledTextEvent;
 
 //----------------------------------------------------------------------
 
 
 //----------------------------------------------------------------------
 
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
 class wxStyledTextCtrl : public wxControl {
 class wxStyledTextCtrl : public wxControl {
+#endif
 public:
 
 #ifdef SWIG
 public:
 
 #ifdef SWIG
@@ -219,7 +223,7 @@ private:
     void NotifyParent(SCNotification* scn);
 
     DECLARE_EVENT_TABLE()
     void NotifyParent(SCNotification* scn);
 
     DECLARE_EVENT_TABLE()
-    DECLARE_CLASS(wxStyledTextCtrl)
+    DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
 
 protected:
 
 
 protected:
 
@@ -246,7 +250,11 @@ protected:
 #endif
 #endif
 
 #endif
 #endif
 
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
 class wxStyledTextEvent : public wxCommandEvent {
 class wxStyledTextEvent : public wxCommandEvent {
+#endif
 public:
     wxStyledTextEvent(wxEventType commandType=0, int id=0);
 #ifndef SWIG
 public:
     wxStyledTextEvent(wxEventType commandType=0, int id=0);
 #ifndef SWIG