]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/auibook.h
Force wide char environment version initialization in wxGetEnvMap().
[wxWidgets.git] / include / wx / aui / auibook.h
index 36536e0b87447210487f96c6031c6b8e446bd890..9d488b04a8473e1879f7ef41cb140d2f9b1791ab 100644 (file)
@@ -327,9 +327,6 @@ public:
     // Gets the height of the notebook for a given page height
     int GetHeightForPageHeight(int pageHeight);
 
-    // Advances the selection, generation page selection events
-    void AdvanceSelection(bool forward = true);
-
     // Shows the window menu
     bool ShowWindowMenu();
 
@@ -347,8 +344,6 @@ public:
     virtual int GetPageImage(size_t n) const;
     virtual bool SetPageImage(size_t n, int imageId);
 
-    wxWindow* GetCurrentPage () const;
-
     virtual int ChangeSelection(size_t n);
 
     virtual bool AddPage(wxWindow *page, const wxString &text, bool select,