virtual void DrawRombShades( wxPoint& p1, wxPoint& p2, wxPoint& p3, wxPoint& p4, wxDC& dc );
// Implements 'hard-coded metafile' for Netscape Navigator look.
- virtual void DrawOrtoRomb( wxRect& inRect, wxDC& dc, wxBrush& bkBrush );
+ virtual void DrawOrtoRomb( wxRect& inRect, wxDC& dc, const wxBrush& bkBrush );
// Implements 'hard-coded metafile' for Netscape Navigator look.
- virtual void DrawRomb( wxRect& inRect, wxDC& dc, wxBrush& bkBrush );
+ virtual void DrawRomb( wxRect& inRect, wxDC& dc, const wxBrush& bkBrush );
// Implements 'hard-coded metafile' for Netscape Navigator look.
- virtual void Draw3DRect( wxRect& inRect, wxDC& dc, wxBrush& bkBrush );
+ virtual void Draw3DRect( wxRect& inRect, wxDC& dc, const wxBrush& bkBrush );
// Implements 'hard-coded metafile' for Netscape Navigator look.
virtual void DrawRectShade( wxRect& inRect, wxDC& dc,
- int level, wxPen& upperPen, wxPen& lowerPen );
+ int level, const wxPen& upperPen, const wxPen& lowerPen );
// Helper for drag and drop.
virtual void GetRowHintRect( cbRowInfo* pRow, wxRect& rect );