X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..e7ebb5dababe511c10954b6b483cc8e242c342c6:/interface/wx/checklst.h diff --git a/interface/wx/checklst.h b/interface/wx/checklst.h index 041dafc369..bb1421167f 100644 --- a/interface/wx/checklst.h +++ b/interface/wx/checklst.h @@ -67,11 +67,32 @@ public: wxCheckListBox(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - int n, + int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "listBox"); + /** + Constructor, creating and showing a list box. + + @param parent + Parent window. Must not be @NULL. + @param id + Window identifier. The value wxID_ANY indicates a default value. + @param pos + Window position. + @param size + Window size. If wxDefaultSize is specified then the window is sized + appropriately. + @param choices + An array of strings with which to initialise the control. + @param style + Window style. See wxCheckListBox. + @param validator + Window validator. + @param name + Window name. + */ wxCheckListBox(wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size,