X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..6ef2b230567a8b1a48a2fcda5fa435090cd6428f:/interface/editlbox.h diff --git a/interface/editlbox.h b/interface/editlbox.h index f6061ca124..ea02e10aff 100644 --- a/interface/editlbox.h +++ b/interface/editlbox.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: editlbox.h -// Purpose: documentation for wxEditableListBox class +// Purpose: interface of wxEditableListBox // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -29,8 +29,7 @@ @library{wxadv} @category{FIXME} - @seealso - wxListBox + @see wxListBox */ class wxEditableListBox : public wxPanel { @@ -40,28 +39,23 @@ public: Constructor, creating and showing a list box. @param parent - Parent window. Must not be @NULL. - + Parent window. Must not be @NULL. @param id - Window identifier. The value wxID_ANY indicates a default value. - + Window identifier. The value wxID_ANY indicates a default value. @param label - The text shown just before the list control. - + The text shown just before the list control. @param pos - Window position. - + Window position. @param size - Window size. If wxDefaultSize is specified then the window is sized - appropriately. - + Window size. If wxDefaultSize is specified then the window is + sized + appropriately. @param style - Window style. See wxEditableListBox. - + Window style. See wxEditableListBox. @param name - Window name. + Window name. - @sa Create() + @see Create() */ wxEditableListBox(); wxEditableListBox(wxWindow* parent, wxWindowID id, @@ -93,3 +87,4 @@ public: */ void SetStrings(const wxArrayString& strings); }; +