Add missing wxPropertySheetDialog methods and fix a typo.

This commit is contained in:
Robin Dunn
2016-09-30 13:44:38 -07:00
parent ec0a91464e
commit 6b335c8ca4
2 changed files with 37 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ public:
virtual wxWindow* GetContentWindow() const wxOVERRIDE;
// Set and get the inner sizer
void SetInnerSize(wxSizer* sizer) { m_innerSizer = sizer; }
void SetInnerSizer(wxSizer* sizer) { m_innerSizer = sizer; }
wxSizer* GetInnerSizer() const { return m_innerSizer ; }
// Set and get the book style