wxCONSTRUCTOR_4( wxListBox , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size )
#else
-IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
+IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControlWithItems)
#endif
// ============================================================================
void *wxListBox::DoGetItemClientData(unsigned int n) const
{
- return (void *)NULL;
+ return NULL;
}
void wxListBox::DoSetItemClientData(unsigned int n, void *clientData)