#ifndef WX_PRECOMP
#include "wx/string.h"
+ #include "wx/dc.h"
+ #include "wx/bitmap.h"
+ #include "wx/settings.h"
#endif //WX_PRECOMP
#include "wx/renderer.h"
}
void
-wxRendererMac::DrawSash(wxWindow *win,
- wxDC& dc,
- const wxSize& size,
- wxCoord position)
+wxRendererMac::DrawSplitterSash(wxWindow *win,
+ wxDC& dc,
+ const wxSize& size,
+ wxCoord position)
{
// VZ: we have to somehow determine if we're drawing a normal sash or
// a brushed metal one as they look quite differently... this is