- wxEditableListBox(wxWindow* parent, wxWindowID id,
- const wxString& label,
- const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
- long style = wxEL_DEFAULT_STYLE,
- const wxString& name = "editableListBox");
- //@}
+
+ /**
+ 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 label
+ The text shown just before the list control.
+ @param pos
+ Window position.
+ @param size
+ Window size. If wxDefaultSize is specified then the window is sized
+ appropriately.
+ @param style
+ Window style. See wxEditableListBox.
+ @param name
+ Window name.
+
+ @see Create()
+ */
+ wxEditableListBox(wxWindow* parent, wxWindowID id,
+ const wxString& label,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ long style = wxEL_DEFAULT_STYLE,
+ const wxString& name = "editableListBox");