add back wxChoice::DoGetBestSize() removed by the previous refactoring, it's still needed (#9150)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-05-22 00:55:59 +00:00
parent 154014d681
commit 0662f99096
2 changed files with 32 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ protected:
// contains the client data for the items
wxArrayPtrVoid m_clientData;
virtual wxSize DoGetBestSize() const;
virtual int DoInsertItems(const wxArrayStringsAdapter& items,
unsigned int pos,
void **clientData, wxClientDataType type);