#if wxUSE_TOOLTIPS
+#include "wx/app.h"
+#include "wx/dc.h"
#include "wx/window.h"
#include "wx/tooltip.h"
+#include "wx/timer.h"
#include "wx/geometry.h"
#include "wx/mac/aga.h"
#include "wx/mac/uma.h"
SetOrigin( 0 , 0 ) ;
TextFont( kFontIDGeneva ) ;
- TextSize( 9 ) ;
+ TextSize( 10 ) ;
TextFace( 0 ) ;
FontInfo fontInfo;
::GetFontInfo(&fontInfo);
}
::DrawText( text , laststop , i - laststop ) ;
- ::TextMode( srcOr ) ;
-
+ ::TextMode( srcOr ) ;
// DrawText( m_label , 0 , m_label.Length() ) ;
}
}