]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention wxODCombo stuff.
authorRobert Roebling <robert@roebling.de>
Mon, 25 Sep 2006 13:15:48 +0000 (13:15 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 25 Sep 2006 13:15:48 +0000 (13:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/combobox.tex

index c74acfe298906d271e15d7b0f559f17123a370f0..76f9c1532419fc1221067eb35539962eb02ac7fc 100644 (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}\\