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

(cherry picked from commit f3da2e27e9)
This commit is contained in:
Cătălin Răceanu
2015-08-18 09:38:15 +03:00
committed by Paul Cornett
parent eed42abba5
commit e9a5d5b7d1

View File

@@ -1570,10 +1570,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);