X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d94c09cdc685ff1dc85365af2ba7d36fa86d1002..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/choicebk.h?ds=inline diff --git a/include/wx/choicebk.h b/include/wx/choicebk.h index dadd5f4be7..2d86b96965 100644 --- a/include/wx/choicebk.h +++ b/include/wx/choicebk.h @@ -12,10 +12,6 @@ #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 @@ -76,6 +72,9 @@ public: virtual bool DeleteAllPages(); + // returns the choice control + wxChoice* GetChoiceCtrl() const { return m_choice; } + protected: virtual wxWindow *DoRemovePage(size_t page);