]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dvrenderers.h
Set colours and fonts for all elements of the generic wxSearchCtrl.
[wxWidgets.git] / include / wx / dvrenderers.h
index 612e87d455aabbcfaa4603af113e2b837f9edb1b..1d77b0911453f7edc441321c0d07255e52dfdb69 100644 (file)
@@ -173,8 +173,9 @@ protected:
     wxWeakRef<wxWindow>     m_editorCtrl;
     wxDataViewItem          m_item; // for m_editorCtrl
 
-    // internal utility:
-    const wxDataViewCtrl* GetView() const;
+    // internal utility, may be used anywhere the window associated with the
+    // renderer is required
+    wxDataViewCtrl* GetView() const;
 
 protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxDataViewRendererBase)