From dc6c9679d6ab9bdad73041baa66184462e511535 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 18 Jun 2003 21:36:51 +0000 Subject: [PATCH] wxComboBox doesn't (officially) derive from wxChoice git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/combobox.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/latex/wx/combobox.tex b/docs/latex/wx/combobox.tex index 1678b06ebc..7fb633223a 100644 --- a/docs/latex/wx/combobox.tex +++ b/docs/latex/wx/combobox.tex @@ -9,7 +9,6 @@ A combobox permits a single selection only. Combobox items are numbered from zer \wxheading{Derived from} \helpref{wxControlWithItems}{wxcontrolwithitems}\\ -\helpref{wxChoice}{wxchoice}\\ \helpref{wxControl}{wxcontrol}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\