- inline wxColour& GetCellBackgroundColour(void) { return m_cellBackgroundColour; }
- wxColour& GetCellBackgroundColour(int row, int col);
- inline wxFont *GetCellTextFont(void) { return m_cellTextFont; }
- wxFont *GetCellTextFont(int row, int col);
- void SetCellTextFont(wxFont *fnt);
- void SetCellTextFont(wxFont *fnt, int row, int col);
- wxBitmap *GetCellBitmap(int row, int col);
+ inline wxColour& GetCellBackgroundColour(void) const { return (wxColour&) m_cellBackgroundColour; }
+ wxColour& GetCellBackgroundColour(int row, int col) const;
+ inline wxFont& GetCellTextFont(void) const { return (wxFont&) m_cellTextFont; }
+ wxFont& GetCellTextFont(int row, int col) const;
+ void SetCellTextFont(const wxFont& fnt);
+ void SetCellTextFont(const wxFont& fnt, int row, int col);
+ wxBitmap *GetCellBitmap(int row, int col) const;