]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
1. changed wxIconBundle to use m_refData and COW to make copying icon bundles
[wxWidgets.git] / include / wx / stc / stc.h
index dde5aa02b6bd1f5ea1310a5bff64290d12929636..a48accc7f414b76ef965ff2c62c14c8b195bafa8 100644 (file)
@@ -2157,10 +2157,10 @@ public:
     void SetCaretLineVisible(bool show);
 
     // Get the colour of the background of the line containing the caret.
-    wxColour GetCaretLineBack();
+    wxColour GetCaretLineBackground();
 
     // Set the colour of the background of the line containing the caret.
-    void SetCaretLineBack(const wxColour& back);
+    void SetCaretLineBackground(const wxColour& back);
 
     // Set a style to be changeable or not (read only).
     // Experimental feature, currently buggy.