/////////////////////////////////////////////////////////////////////////////
// Name: editlbox.h
-// Purpose: documentation for wxEditableListBox class
+// Purpose: interface of wxEditableListBox
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxadv}
@category{FIXME}
- @seealso
- wxListBox
+ @see wxListBox
*/
class wxEditableListBox : public wxPanel
{
//@{
/**
Constructor, creating and showing a list box.
-
+
@param parent
Parent window. Must not be @NULL.
@param id
Window style. See wxEditableListBox.
@param name
Window name.
-
+
@see Create()
*/
wxEditableListBox();
*/
void SetStrings(const wxArrayString& strings);
};
+