Patch from Tim Kosse to add supoprt for wxListCtrl::OnGetItemColumnImage
which enables images to be specified for columns other than zero in virtual list controls. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -503,10 +503,17 @@ protected:
|
||||
) const;
|
||||
|
||||
//
|
||||
// Return the icon for the given item
|
||||
// Return the icon for the given item. In report view, OnGetItemImage will
|
||||
// only be called for the first column. See OnGetItemColumnImage for
|
||||
// details.
|
||||
//
|
||||
virtual int OnGetItemImage(long lItem) const;
|
||||
|
||||
//
|
||||
// Return the icon for the given item and column
|
||||
//
|
||||
virtual int OnGetItemColumnImage(long lItem, long lColumn) const;
|
||||
|
||||
//
|
||||
// Return the attribute for the item (may return NULL if none)
|
||||
//
|
||||
|
Reference in New Issue
Block a user