Provide an implementation for SurfaceImpl::AlphaRectangle, and rename
[G|S]etCaretLineBack git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -786,13 +786,13 @@ void wxStyledTextCtrl::SetCaretLineVisible(bool show) {
|
||||
}
|
||||
|
||||
// Get the colour of the background of the line containing the caret.
|
||||
wxColour wxStyledTextCtrl::GetCaretLineBack() {
|
||||
wxColour wxStyledTextCtrl::GetCaretLineBackground() {
|
||||
long c = SendMsg(2097, 0, 0);
|
||||
return wxColourFromLong(c);
|
||||
}
|
||||
|
||||
// Set the colour of the background of the line containing the caret.
|
||||
void wxStyledTextCtrl::SetCaretLineBack(const wxColour& back) {
|
||||
void wxStyledTextCtrl::SetCaretLineBackground(const wxColour& back) {
|
||||
SendMsg(2098, wxColourAsLong(back), 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user