From bab7e012679fb73d33418c539731b8c6a3b48226 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 5 Nov 2002 00:46:27 +0000 Subject: [PATCH] wxUpdateUIEvent derives from wxCommandEvent, not wxEvent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/upduievt.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/latex/wx/upduievt.tex b/docs/latex/wx/upduievt.tex index 925f4b6ef0..ef4cd1fbb1 100644 --- a/docs/latex/wx/upduievt.tex +++ b/docs/latex/wx/upduievt.tex @@ -5,6 +5,7 @@ to give an application the chance to update various user interface elements. \wxheading{Derived from} +\helpref{wxCommandEvent}{wxcommandevent}\\ \helpref{wxEvent}{wxevent}\\ \helpref{wxObject}{wxobject}