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:
Robin Dunn
2006-08-31 05:35:26 +00:00
parent be2e4015f5
commit 6a93571daf
9 changed files with 146 additions and 18 deletions

View File

@@ -306,10 +306,10 @@ DocStr(wxStyledTextCtrl::GetCaretLineVisible,
DocStr(wxStyledTextCtrl::SetCaretLineVisible,
"Display the background of the line containing the caret in a different colour.", "");
DocStr(wxStyledTextCtrl::GetCaretLineBack,
DocStr(wxStyledTextCtrl::GetCaretLineBackground,
"Get the colour of the background of the line containing the caret.", "");
DocStr(wxStyledTextCtrl::SetCaretLineBack,
DocStr(wxStyledTextCtrl::SetCaretLineBackground,
"Set the colour of the background of the line containing the caret.", "");
DocStr(wxStyledTextCtrl::StyleSetChangeable,