add GetOwner() documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-10 14:35:34 +00:00
parent 0cdb0b9666
commit f70f1f25da

View File

@@ -66,6 +66,20 @@ Destructor. Stops the timer if it is running.
Returns the current interval for the timer (in milliseconds).
\membersection{wxTimer::GetOwner}\label{wxtimergetowner}
\constfunc{wxEvtHandler}{GetOwner}{\void}
Returns the current {\it owner} of the timer.
If non-\NULL this is the event handler which will receive the
\helpref{timer events}{wxtimerevent} when the timer is running.
\membersection{wxTimer::GetId}\label{wxtimergetid}
\constfunc{int}{GetId}{\void}
Returns the ID of the events generated by this timer.
\membersection{wxTimer::IsOneShot}\label{wxtimerisoneshot}
\constfunc{bool}{IsOneShot}{\void}
@@ -124,6 +138,13 @@ restarting it.
Stops the timer.
%% wxTimerEvent
\section{\class{wxTimerEvent}}\label{wxtimerevent}
wxTimerEvent object is passed to the event handler of timer events.