// the tree control we use for showing the pages index tree
wxPyTreeCtrl* GetTreeCtrl() const;
+ %property(TreeCtrl, GetTreeCtrl, doc="See `GetTreeCtrl`");
};
// Not part of the wxBookctrl API, but must be called in OnIdle or
// by application to realize the toolbar and select the initial page.
void Realize();
+
+ %property(ToolBar, GetToolBar, doc="See `GetToolBar`");
};