]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toolbook.h
Use an enum for the colour/string conversion flags
[wxWidgets.git] / include / wx / toolbook.h
index c35c4c7ab13e366617f7c6d33b95d2fece027ef1..d39df2e99f597d0b4c211ce6465b9142d168d7b8 100644 (file)
@@ -70,7 +70,6 @@ public:
 
 
     // implement base class virtuals
-    virtual int GetSelection() const;
     virtual bool SetPageText(size_t n, const wxString& strText);
     virtual wxString GetPageText(size_t n) const;
     virtual int GetPageImage(size_t n) const;
@@ -110,9 +109,6 @@ protected:
     wxBookCtrlEvent* CreatePageChangingEvent() const;
     void MakeChangedEvent(wxBookCtrlEvent &event);
 
-    // the currently selected page or wxNOT_FOUND if none
-    int m_selection;
-
     // whether the toolbar needs to be realized
     bool m_needsRealizing;