]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention wxEditableLisBox
authorRobert Roebling <robert@roebling.de>
Mon, 1 Sep 2008 14:22:54 +0000 (14:22 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 1 Sep 2008 14:22:54 +0000 (14:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/mainpages/cat_classes.h
interface/wx/listbox.h
interface/wx/listctrl.h

index d6204292b2b740dcd016b449763a5dceb3b976ed..46f3fd82435cb84b57cfd64cf2efb888f73212fd 100644 (file)
@@ -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&ccedil;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)
index 79c290b46c0094ec8b4f44301da92c2f9c59b08a..771a4cc5316988ceb8a5eba459390daa1cbb5b0f 100644 (file)
@@ -55,7 +55,7 @@
     @category{ctrl}
     <!-- @appearance{listbox.png} -->
 
-    @see wxChoice, wxComboBox, wxListCtrl, wxCommandEvent
+    @see wxEditableListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent
 */
 class wxListBox : public wxControlWithItems
 {
index c7c8c335a9a99c302c958c319bd80bf2abc22a88..8d00dffe39d52cb7556879d154214a12a5e2c2ed 100644 (file)
@@ -86,7 +86,7 @@
     <!-- @appearance{listctrl.png} -->
 
     @see @ref overview_listctrl "wxListCtrl Overview", wxListView,
-    wxListBox, wxTreeCtrl, wxImageList, wxListEvent, wxListItem
+    wxListBox, wxTreeCtrl, wxImageList, wxListEvent, wxListItem, wxEditableListBox
 */
 class wxListCtrl : public wxControl
 {