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:
@@ -400,7 +400,7 @@ protected:
|
||||
|
||||
// Implement base class pure virtual methods.
|
||||
long DoInsertColumn(long col, const wxListItem& info) wxOVERRIDE;
|
||||
void DoSetImageList(wxImageList *imageList, int which) wxOVERRIDE;
|
||||
void DoUpdateImages(int which) wxOVERRIDE;
|
||||
|
||||
// free memory taken by all internal data
|
||||
void FreeAllInternalData();
|
||||
|
||||
Reference in New Issue
Block a user