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:
committed by
Vadim Zeitlin
parent
84b3644680
commit
f3da2e27e9
@@ -1565,10 +1565,10 @@ public:
|
|||||||
|
|
||||||
@see Create(), wxValidator
|
@see Create(), wxValidator
|
||||||
*/
|
*/
|
||||||
wxListView(wxWindow* parent, wxWindowID id,
|
wxListView(wxWindow* parent, wxWindowID winid = wxID_ANY,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxLC_ICON,
|
long style = wxLC_REPORT,
|
||||||
const wxValidator& validator = wxDefaultValidator,
|
const wxValidator& validator = wxDefaultValidator,
|
||||||
const wxString& name = wxListCtrlNameStr);
|
const wxString& name = wxListCtrlNameStr);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user