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:
@@ -128,9 +128,6 @@ protected:
|
||||
virtual void DoSetSizeHints( int minW, int minH,
|
||||
int maxW, int maxH,
|
||||
int incW, int incH);
|
||||
// common part of all ctors
|
||||
void Init();
|
||||
|
||||
// move the window to the specified location and resize it
|
||||
virtual void DoMoveWindow(int x, int y, int width, int height);
|
||||
|
||||
@@ -148,6 +145,7 @@ protected:
|
||||
bool m_deferShow;
|
||||
|
||||
private:
|
||||
void Init();
|
||||
wxSize& GetCachedDecorSize();
|
||||
|
||||
// size hint increments
|
||||
|
Reference in New Issue
Block a user