replaced WXTYPE with wxEventType

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-06-06 01:28:34 +00:00
parent 4e67f28fb7
commit 1185254d55

View File

@@ -85,7 +85,7 @@ event, if any.
\membersection{wxEvent::GetEventType}\label{wxeventgeteventtype}
\func{WXTYPE}{GetEventType}{\void}
\func{wxEventType}{GetEventType}{\void}
Returns the identifier of the given event type,
such as \texttt{wxEVT\_COMMAND\_BUTTON\_CLICKED}.
@@ -141,7 +141,7 @@ Sets the originating object.
\membersection{wxEvent::SetEventType}\label{wxeventseteventtype}
\func{void}{SetEventType}{\param{WXTYPE }{typ}}
\func{void}{SetEventType}{\param{wxEventType }{type}}
Sets the event type.