git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22256
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
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
}
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