X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..ce323d38d3623d0f96a633d5e22e221fc384f566:/interface/checklst.h diff --git a/interface/checklst.h b/interface/checklst.h index 3fd990b9ec..2e13c53661 100644 --- a/interface/checklst.h +++ b/interface/checklst.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: checklst.h -// Purpose: documentation for wxCheckListBox class +// Purpose: interface of wxCheckListBox // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -30,8 +30,7 @@ @category{ctrl} @appearance{checklistbox.png} - @seealso - wxListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent + @see wxListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent */ class wxCheckListBox : public wxListBox { @@ -39,7 +38,7 @@ public: //@{ /** Constructor, creating and showing a list box. - + @param parent Parent window. Must not be @NULL. @param id @@ -87,7 +86,7 @@ public: /** Checks the given item. Note that calling this method doesn't result in wxEVT_COMMAND_CHECKLISTBOX_TOGGLE being emitted. - + @param item Index of item to check. @param check @@ -95,3 +94,4 @@ public: */ void Check(int item, bool check = true); }; +