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:
parent
84b3644680
commit
f3da2e27e9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user