X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d94c09cdc685ff1dc85365af2ba7d36fa86d1002..1ce1bd84eab0dce90ad0ecb4d37c6c2993c2512e:/include/wx/choicebk.h diff --git a/include/wx/choicebk.h b/include/wx/choicebk.h index dadd5f4be7..4423d095f6 100644 --- a/include/wx/choicebk.h +++ b/include/wx/choicebk.h @@ -76,6 +76,9 @@ public: virtual bool DeleteAllPages(); + // returns the choice control + wxChoice* GetChoiceCtrl() const { return m_choice; } + protected: virtual wxWindow *DoRemovePage(size_t page);