// ----------------------------------------------------------------------------
// wxToolbook
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxToolbook
// ----------------------------------------------------------------------------
virtual int GetSelection() const;
virtual bool SetPageText(size_t n, const wxString& strText);
virtual wxString GetPageText(size_t n) const;
virtual int GetSelection() const;
virtual bool SetPageText(size_t n, const wxString& strText);
virtual wxString GetPageText(size_t n) const;
- // Not part of the wxBookctrl API, but must be called in OnIdle or
- // by application to realize the toolbar and select the initial page.
+ // must be called in OnIdle or by application to realize the toolbar and
+ // select the initial page.
typedef void (wxEvtHandler::*wxToolbookEventFunction)(wxToolbookEvent&);
#define wxToolbookEventHandler(func) \
typedef void (wxEvtHandler::*wxToolbookEventFunction)(wxToolbookEvent&);
#define wxToolbookEventHandler(func) \