// resize the notebook so that all pages will have the specified size
virtual void SetPageSize(const wxSize& size);
// resize the notebook so that all pages will have the specified size
virtual void SetPageSize(const wxSize& size);
// get/set size of area between book control area and page area
unsigned int GetInternalBorder() const { return m_internalBorder; }
// get/set size of area between book control area and page area
unsigned int GetInternalBorder() const { return m_internalBorder; }
// This method also invalidates the size of the controller and should be
// called instead of just InvalidateBestSize() whenever pages are added or
// This method also invalidates the size of the controller and should be
// called instead of just InvalidateBestSize() whenever pages are added or
void OnSize(wxSizeEvent& event);
// controller buddy if available, NULL otherwise (usually for native book controls like wxNotebook)
void OnSize(wxSizeEvent& event);
// controller buddy if available, NULL otherwise (usually for native book controls like wxNotebook)