From bb94502f9fa4d842741769f64c5049463795c3bc Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 15 Oct 2008 10:22:23 +0000 Subject: [PATCH] Added wxSearchCtrl, typos corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/mainpages/cat_classes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/mainpages/cat_classes.h b/docs/doxygen/mainpages/cat_classes.h index c6122c90e2..6b623f36d6 100644 --- a/docs/doxygen/mainpages/cat_classes.h +++ b/docs/doxygen/mainpages/cat_classes.h @@ -153,8 +153,8 @@ Controls that are not static can have wxValidator associated with them. @li wxCollapsiblePane: A panel which can be shown/hidden by the user @li wxComboBox: A choice with an editable area @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 wxDataViewCtrl: A control to display tabular or tree like data +@li wxDataViewTreeCtrl: A specialized wxDataViewCtrl with a 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 @@ -176,6 +176,7 @@ Controls that are not static can have wxValidator associated with them. @li wxToggleButton: A button which stays pressed when clicked by user. @li wxTreeCtrl: Tree (hierarchy) control @li wxScrollBar: Scrollbar control +@li wxSearchCtrl: A text input control used to initiate a search @li wxSpinButton: A spin or `up-down' control @li wxSpinCtrl: A spin control - i.e. spin button and text control displaying an integer