]> git.saurik.com Git - wxWidgets.git/commitdiff
Change the access of the event handler functions for Patch #1185584
authorRobin Dunn <robin@alldunn.com>
Tue, 19 Apr 2005 03:19:23 +0000 (03:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 19 Apr 2005 03:19:23 +0000 (03:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/stc/stc.h
contrib/src/stc/stc.h.in
include/wx/stc/stc.h
src/stc/stc.h.in

index 04caf5a5dad6651dce39d8d8a3ac634e1f8ded11..f797285132d6f16dd11f79b1b558ac1884bc7410 100644 (file)
@@ -2954,7 +2954,7 @@ public:
 
 
 #ifndef SWIG
-private:
+protected:
     // Event handlers
     void OnPaint(wxPaintEvent& evt);
     void OnScrollWin(wxScrollWinEvent& evt);
@@ -2983,6 +2983,7 @@ private:
     void NotifyChange();
     void NotifyParent(SCNotification* scn);
 
+private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
 
index 323e0f3c3f2293bf78a66c17a1a165d3085fb38b..0df1ebccf055bb0416ce156114005095616dc971 100644 (file)
@@ -265,7 +265,7 @@ public:
 
 
 #ifndef SWIG
-private:
+protected:
     // Event handlers
     void OnPaint(wxPaintEvent& evt);
     void OnScrollWin(wxScrollWinEvent& evt);
@@ -294,6 +294,7 @@ private:
     void NotifyChange();
     void NotifyParent(SCNotification* scn);
 
+private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
 
index 04caf5a5dad6651dce39d8d8a3ac634e1f8ded11..f797285132d6f16dd11f79b1b558ac1884bc7410 100644 (file)
@@ -2954,7 +2954,7 @@ public:
 
 
 #ifndef SWIG
-private:
+protected:
     // Event handlers
     void OnPaint(wxPaintEvent& evt);
     void OnScrollWin(wxScrollWinEvent& evt);
@@ -2983,6 +2983,7 @@ private:
     void NotifyChange();
     void NotifyParent(SCNotification* scn);
 
+private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
 
index 323e0f3c3f2293bf78a66c17a1a165d3085fb38b..0df1ebccf055bb0416ce156114005095616dc971 100644 (file)
@@ -265,7 +265,7 @@ public:
 
 
 #ifndef SWIG
-private:
+protected:
     // Event handlers
     void OnPaint(wxPaintEvent& evt);
     void OnScrollWin(wxScrollWinEvent& evt);
@@ -294,6 +294,7 @@ private:
     void NotifyChange();
     void NotifyParent(SCNotification* scn);
 
+private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)