Correct document of wxListView constructor.

The documented default values of constructor arguments didn't correspond to
the reality.

Closes https://github.com/wxWidgets/wxWidgets/pull/74
This commit is contained in:
Cătălin Răceanu 2015-08-18 09:38:15 +03:00 committed by Vadim Zeitlin
parent 84b3644680
commit f3da2e27e9

View File

@ -1565,10 +1565,10 @@ public:
@see Create(), wxValidator
*/
wxListView(wxWindow* parent, wxWindowID id,
wxListView(wxWindow* parent, wxWindowID winid = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxLC_ICON,
long style = wxLC_REPORT,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxListCtrlNameStr);