Minor changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
// headers
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if 0 //def __GNUG__
|
||||
#pragma implementation "caret.h"
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "caret.h"
|
||||
#endif
|
||||
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
@@ -46,6 +46,16 @@ static int gs_blinkTime = 500; // in milliseconds
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
||||
wxCaretTimer::wxCaretTimer(wxCaret *caret)
|
||||
{
|
||||
m_caret = caret;
|
||||
}
|
||||
|
||||
void wxCaretTimer::Notify()
|
||||
{
|
||||
m_caret->Blink();
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxCaret static functions and data
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user