Rename XxxxCol() -> XxxxColumn() and resolve inheritance problems from it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -926,8 +926,8 @@ MyFrame::MyFrame(wxFrame *frame, const wxString &title, int x, int y, int w, int
|
||||
wxDataViewListCtrl *listctrl = new wxDataViewListCtrl( panel, -1,
|
||||
wxDefaultPosition, wxSize(100,200) );
|
||||
|
||||
listctrl->AppendToggleCol( wxT("Toggle") );
|
||||
listctrl->AppendTextCol( wxT("Text") );
|
||||
listctrl->AppendToggleColumn( wxT("Toggle") );
|
||||
listctrl->AppendTextColumn( wxT("Text") );
|
||||
|
||||
wxVector<wxVariant> data;
|
||||
data.push_back( true );
|
||||
|
Reference in New Issue
Block a user