corrected wxListCtrl compilation problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2204,13 +2204,6 @@ void wxListCtrl::SetWindowStyleFlag( long flag )
|
||||
wxWindow::SetWindowStyleFlag( flag );
|
||||
};
|
||||
|
||||
void wxListCtrl::SetBackgroundColour(const wxColour& col)
|
||||
{
|
||||
// This is from Julian. You know.
|
||||
// Not in wxWin 1.xx ???
|
||||
wxWindow::SetBackgroundColour( (wxColour&)col );
|
||||
};
|
||||
|
||||
bool wxListCtrl::GetColumn(int col, wxListItem &item)
|
||||
{
|
||||
m_mainWin->GetColumn( col, item );
|
||||
|
Reference in New Issue
Block a user