// wxListBox
//-----------------------------------------------------------------------------
-IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
+IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControlWithItems)
// ----------------------------------------------------------------------------
// construction
g_object_unref (entry);
}
- if ( !HasClientData() )
- m_clientDataItemsType = type;
-
return pos + numItems - 1;
}