Add the CellHighlight getters too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1ec605b2c1
commit
b10e88f2dd
@ -4486,6 +4486,10 @@ public:
|
||||
int verticalAlignment = wxALIGN_TOP,
|
||||
int textOrientation = wxHORIZONTAL ) const;
|
||||
|
||||
wxColour GetCellHighlightColour() const;
|
||||
int GetCellHighlightPenWidth() const;
|
||||
int GetCellHighlightROPenWidth() const;
|
||||
|
||||
void SetCellHighlightColour( const wxColour& );
|
||||
void SetCellHighlightPenWidth(int width);
|
||||
void SetCellHighlightROPenWidth(int width);
|
||||
|
Loading…
Reference in New Issue
Block a user