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