#ifndef _WX_CHOICEBOOK_H_
#define _WX_CHOICEBOOK_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "choicebook.h"
-#endif
-
#include "wx/defs.h"
#if wxUSE_CHOICEBOOK
virtual bool DeleteAllPages();
+ // returns the choice control
+ wxChoice* GetChoiceCtrl() const { return m_choice; }
+
protected:
virtual wxWindow *DoRemovePage(size_t page);