// Purpose: wxNotebook class
// Author: Robert Roebling
// Modified by:
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart and Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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();
// the padding set by SetPadding()
int m_padding;
+ void Init();
virtual void AddChildGTK(wxWindowGTK* child);
DECLARE_DYNAMIC_CLASS(wxNotebook)