make more Init() functions private
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -107,9 +107,6 @@ public:
|
||||
bool DoPhase(int phase);
|
||||
#endif
|
||||
|
||||
// common part of all ctors
|
||||
void Init();
|
||||
|
||||
// Called by GTK event handler when the current page is definitely changed.
|
||||
void GTKOnPageChanged();
|
||||
|
||||
@@ -138,6 +135,7 @@ private:
|
||||
// the padding set by SetPadding()
|
||||
int m_padding;
|
||||
|
||||
void Init();
|
||||
virtual void AddChildGTK(wxWindowGTK* child);
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxNotebook)
|
||||
|
Reference in New Issue
Block a user