Change the access of the event handler functions for Patch #1185584
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
209f3e1453
commit
5e6880e647
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user