Beispiel #1
0
void CLMainAuiTBArt::DrawBackground(wxDC& dc, wxWindow* wnd, const wxRect& rect)
{
#ifdef __WXMSW__
    wxAuiDefaultToolBarArt::DrawBackground(dc, wnd, rect);
#else
    DrawPlainBackground(dc, wnd, rect);
#endif
}
Beispiel #2
0
void CLMainAuiTBArt::DrawBackground(wxDC& dc, wxWindow* wnd, const wxRect& rect) { DrawPlainBackground(dc, wnd, rect); }