Add wxListCtrl::EnableAlternateRowColours() and SetAlternateRowColour().
Add methods to simply enable alternative row background colours in wxListCtrl. Closes #14618. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2588,19 +2588,6 @@ int wxListCtrl::OnGetItemColumnImage (
|
||||
return -1;
|
||||
} // end of wxListCtrl::OnGetItemColumnImage
|
||||
|
||||
wxListItemAttr* wxListCtrl::OnGetItemAttr (
|
||||
long WXUNUSED_UNLESS_DEBUG(lItem)
|
||||
) const
|
||||
{
|
||||
wxASSERT_MSG( lItem >= 0 && lItem < GetItemCount(),
|
||||
wxT("invalid item index in OnGetItemAttr()") );
|
||||
|
||||
//
|
||||
// No attributes by default
|
||||
//
|
||||
return NULL;
|
||||
} // end of wxListCtrl::OnGetItemAttr
|
||||
|
||||
void wxListCtrl::SetItemCount (
|
||||
long lCount
|
||||
)
|
||||
|
Reference in New Issue
Block a user