- bool AddPage(wxWindow *pPage,
- const wxString& strText,
- bool bSelect = FALSE,
- int imageId = -1);
- // @@@@ VZ: I don't know how to implement InsertPage()
+ bool AddPage( wxWindow *win,
+ const wxString& strText,
+ bool select = FALSE,
+ int imageId = -1 );
+ // the same as AddPage(), but adds it at the specified position
+ bool InsertPage( int position,
+ wxWindow *win,
+ const wxString& strText,
+ bool bSelect = FALSE,
+ int imageId = -1 );