Mention wxODCombo stuff.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-09-25 13:15:48 +00:00
parent b6428abaa5
commit fb5f907b2d

View File

@@ -6,6 +6,10 @@ text field; or a drop-down list without a text field.
A combobox permits a single selection only. Combobox items are numbered from zero.
If you need a customized combobox, have a look at \helpref{wxComboCtrl}{wxcomboctrl},
\helpref{wxOwnerDrawnComboBox}{wxownerdrawncombobox}, \helpref{wxComboPopup}{wxcombopopup}
and the ready-to-use \helpref{wxBitmapComboBox}{wxbitmapcombobox}.
\wxheading{Derived from}
\helpref{wxControlWithItems}{wxcontrolwithitems}\\