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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user