allow customization of individual grid lines appearance (patch 1496015)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1282,6 +1282,12 @@ public:
|
||||
wxString GetRowLabelValue( int row );
|
||||
wxString GetColLabelValue( int col );
|
||||
wxColour GetGridLineColour() { return m_gridLineColour; }
|
||||
|
||||
// these methods may be overridden to customize individual grid lines
|
||||
// appearance
|
||||
virtual wxPen GetDefaultGridLinePen();
|
||||
virtual wxPen GetRowGridLinePen(int row);
|
||||
virtual wxPen GetColGridLinePen(int col);
|
||||
wxColour GetCellHighlightColour() { return m_cellHighlightColour; }
|
||||
int GetCellHighlightPenWidth() { return m_cellHighlightPenWidth; }
|
||||
int GetCellHighlightROPenWidth() { return m_cellHighlightROPenWidth; }
|
||||
|
Reference in New Issue
Block a user