From: Robert Roebling Date: Mon, 25 Sep 2006 13:15:48 +0000 (+0000) Subject: Mention wxODCombo stuff. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fb5f907b2d9edcf471b1bd69acb470c35bd2ee1c?ds=inline Mention wxODCombo stuff. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/combobox.tex b/docs/latex/wx/combobox.tex index c74acfe298..76f9c15324 100644 --- a/docs/latex/wx/combobox.tex +++ b/docs/latex/wx/combobox.tex @@ -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}\\