projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Get/SetTitle only for wxTopLevelWindow (wxMac part).
[wxWidgets.git]
/
include
/
wx
/
os2
/
timer.h
diff --git
a/include/wx/os2/timer.h
b/include/wx/os2/timer.h
index c1324430edfe767cf0248a14cf9f208a9da694fe..90019563b3772a7c3eaed894135a9992300f3dc0 100644
(file)
--- a/
include/wx/os2/timer.h
+++ b/
include/wx/os2/timer.h
@@
-36,6
+36,7
@@
public:
virtual void Stop(void);
inline virtual bool IsRunning(void) const { return m_ulId != 0L; }
virtual void Stop(void);
inline virtual bool IsRunning(void) const { return m_ulId != 0L; }
+ inline int GetTimerId(void) const { return m_idTimer; }
protected:
void Init(void);
protected:
void Init(void);