From: Vadim Zeitlin Date: Mon, 2 Sep 2002 23:23:28 +0000 (+0000) Subject: removed GetObjectType() ghost X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0c0cee1ed395bbfc0315e3a3f12f7233e6647ecb removed GetObjectType() ghost git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index 404294e112..d6099d0c7b 100644 --- a/docs/latex/wx/event.tex +++ b/docs/latex/wx/event.tex @@ -96,13 +96,6 @@ such as wxEVENT\_TYPE\_BUTTON\_COMMAND. Returns the identifier associated with this event, such as a button command id. -\membersection{wxEvent::GetObjectType} - -\func{WXTYPE}{GetObjectType}{\void} - -Returns the type of the object associated with the -event, such as wxTYPE\_BUTTON. - \membersection{wxEvent::GetSkipped} \func{bool}{GetSkipped}{\void}