Add wxListCtrl::Set{Normal,Small}Images()
These new functions allow to use wxBitmapBundle for the images in this control instead of wxImageList. Update the sample to use the new API.
This commit is contained in:
@@ -1534,7 +1534,7 @@ long wxListCtrl::GetNextItem(long item, int WXUNUSED(geometry), int state) const
|
||||
return -1;
|
||||
}
|
||||
|
||||
void wxListCtrl::DoSetImageList(wxImageList* WXUNUSED(imageList), int WXUNUSED(which))
|
||||
void wxListCtrl::DoUpdateImages(int WXUNUSED(which))
|
||||
{
|
||||
// TODO: Ensure the icons are actually updated.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user