renamed wxListBox::CreateItem() to CreateLboxItem() to aviod conflict with wxWindow method

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-09-22 21:02:00 +00:00
parent c1094350b3
commit 34a8dbd28e
4 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ public:
protected:
// we create our items ourselves and they have non-standard size,
// so we need to override these functions
virtual wxOwnerDrawn *CreateItem(size_t n);
virtual wxOwnerDrawn *CreateLboxItem(size_t n);
virtual bool MSWOnMeasure(WXMEASUREITEMSTRUCT *item);
// this can't be called DoHitTest() because wxWindow already has this method