From fb5f907b2d9edcf471b1bd69acb470c35bd2ee1c Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 25 Sep 2006 13:15:48 +0000 Subject: [PATCH] Mention wxODCombo stuff. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/combobox.tex | 4 ++++ 1 file changed, 4 insertions(+) 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}\\ -- 2.50.0