Use const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-08-24 11:15:22 +00:00
parent e0976f6db3
commit daf5b37afd

View File

@@ -195,7 +195,7 @@ Returns the number of columns.
\membersection{wxDataViewCtrl::EnsureVisible}\label{wxdataviewctrlensurevisible} \membersection{wxDataViewCtrl::EnsureVisible}\label{wxdataviewctrlensurevisible}
\func{void}{EnsureVisible}{\param{const wxDataViewItem \& }{item}, \param{wxDataViewColumn* }{column = NULL}} \func{void}{EnsureVisible}{\param{const wxDataViewItem \& }{item}, \param{const wxDataViewColumn* }{column = NULL}}
Call this to ensure that the given item is visible. Call this to ensure that the given item is visible.