From d23914f8985ff6d67696389861ba29993b9f5024 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 1 Sep 2008 14:22:54 +0000 Subject: [PATCH] Mention wxEditableLisBox git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/mainpages/cat_classes.h | 6 +++++- interface/wx/listbox.h | 2 +- interface/wx/listctrl.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/doxygen/mainpages/cat_classes.h b/docs/doxygen/mainpages/cat_classes.h index d6204292b2..46f3fd8243 100644 --- a/docs/doxygen/mainpages/cat_classes.h +++ b/docs/doxygen/mainpages/cat_classes.h @@ -146,7 +146,6 @@ Controls that are not static can have wxValidator associated with them. @li wxButton: Push button control, displaying text @li wxBitmapButton: Push button control, displaying a bitmap @li wxBitmapComboBox: A combobox with bitmaps next to text items -@li wxToggleButton: A button which stays pressed when clicked by user. @li wxBitmapToggleButton: A toggle button with bitmaps. @li wxCalendarCtrl: Control showing an entire calendar month @li wxCheckBox: Checkbox control @@ -157,8 +156,10 @@ Controls that are not static can have wxValidator associated with them. @li wxComboCtrl: A combobox with application defined popup @li wxDataViewCtrl: A control to tabular or tree like data @li wxDataViewTreeCtrl: A specialized wxDataViewCtrl with wxTreeCtrl-like API +@li wxEditableListBox: A listbox with editable items. @li wxGauge: A control to represent a varying quantity, such as time remaining @li wxGenericDirCtrl: A control for displaying a directory tree +@li wxGrid: A grid (table) window @li wxHtmlListBox: An abstract class for creating listboxes showing HTML content @li wxSimpleHtmlListBox: A listbox showing HTML content @@ -168,9 +169,11 @@ Controls that are not static can have wxValidator associated with them. multicolumn report view @li wxListView: A simpler interface (façade) for wxListCtrl in report mode +@li wxNotebook: A notebook class @li wxOwnerDrawnComboBox: A combobox with owner-drawn list items @li wxRichTextCtrl: Generic rich text editing control @li wxTextCtrl: Single or multiline text editing control +@li wxToggleButton: A button which stays pressed when clicked by user. @li wxTreeCtrl: Tree (hierarchy) control @li wxScrollBar: Scrollbar control @li wxSpinButton: A spin or `up-down' control @@ -208,6 +211,7 @@ platform-dependent. The following are a variety of classes that are derived from wxWindow. +@li wxCollapsiblePane: A panel which can be shown/hidden by the user @li wxPanel: A window whose colour changes according to current user settings @li ::wxScrolledWindow: Window with automatically managed scrollbars (see wxScrolled) diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index 79c290b46c..771a4cc531 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -55,7 +55,7 @@ @category{ctrl} - @see wxChoice, wxComboBox, wxListCtrl, wxCommandEvent + @see wxEditableListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent */ class wxListBox : public wxControlWithItems { diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index c7c8c335a9..8d00dffe39 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -86,7 +86,7 @@ @see @ref overview_listctrl "wxListCtrl Overview", wxListView, - wxListBox, wxTreeCtrl, wxImageList, wxListEvent, wxListItem + wxListBox, wxTreeCtrl, wxImageList, wxListEvent, wxListItem, wxEditableListBox */ class wxListCtrl : public wxControl { -- 2.45.2