]> git.saurik.com Git - wxWidgets.git/commitdiff
add GetOwner() documentation
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Apr 2007 14:35:34 +0000 (14:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Apr 2007 14:35:34 +0000 (14:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/timer.tex

index b1577120f4a6a6316d7b7a1b844fe844c7775f20..78a3a6218dac20f7e5b51977cf0fecc17e7bb14e 100644 (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.