X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..e333075415c35d2e869ea585fa41f01a2c938897:/interface/combobox.h diff --git a/interface/combobox.h b/interface/combobox.h index a3d2dc584a..082f052cff 100644 --- a/interface/combobox.h +++ b/interface/combobox.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: combobox.h -// Purpose: documentation for wxComboBox class +// Purpose: interface of wxComboBox // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -58,8 +58,7 @@ @category{ctrl} @appearance{combobox.png} - @seealso - wxListBox, wxTextCtrl, wxChoice, wxCommandEvent + @see wxListBox, wxTextCtrl, wxChoice, wxCommandEvent */ class wxComboBox : public wxControlWithItems { @@ -67,7 +66,7 @@ public: //@{ /** Constructor, creating and showing a combobox. - + @param parent Parent window. Must not be @NULL. @param id @@ -90,7 +89,7 @@ public: Window validator. @param name Window name. - + @see Create(), wxValidator */ wxComboBox(); @@ -230,7 +229,7 @@ public: /** Removes the text between the two positions in the combobox text field. - + @param from The first position. @param to @@ -241,7 +240,7 @@ public: /** Replaces the text between two positions with the given text, in the combobox text field. - + @param from The first position. @param to @@ -253,7 +252,7 @@ public: /** Sets the insertion point in the combobox text field. - + @param pos The new insertion point. */ @@ -266,7 +265,7 @@ public: /** Selects the text between the two positions, in the combobox text field. - + @param from The first position. @param to @@ -278,7 +277,7 @@ public: Sets the text for the combobox text field. @b NB: For a combobox with @c wxCB_READONLY style the string must be in the combobox choices list, otherwise the call to SetValue() is ignored. - + @param text The text to set. */ @@ -289,3 +288,4 @@ public: */ void Undo(); }; +