Document recetnyl added name parameter in wxDataViewCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2010-08-18 21:40:24 +00:00
parent 343e567e3e
commit 8eb99915f2

View File

@@ -676,7 +676,8 @@ public:
const wxPoint& pos = wxDefaultPosition, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, const wxSize& size = wxDefaultSize,
long style = 0, long style = 0,
const wxValidator& validator = wxDefaultValidator); const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxDataViewCtrlNameStr);
/** /**
Destructor. Destructor.
@@ -857,7 +858,8 @@ public:
const wxPoint& pos = wxDefaultPosition, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, const wxSize& size = wxDefaultSize,
long style = 0, long style = 0,
const wxValidator& validator = wxDefaultValidator); const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxDataViewCtrlNameStr);
/** /**
Deletes given column. Deletes given column.