added RefreshItem[s]()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-06-27 21:15:05 +00:00
parent cdc0282e61
commit 497b8e091e

View File

@ -610,6 +610,30 @@ the given {\it column} for the specified {\tt item}.
\helpref{OnGetItemImage}{wxlistctrlongetitemimage},\\
\helpref{OnGetItemAttr}{wxlistctrlongetitemattr}
\membersection{wxListCtrl::RefreshItem}\label{wxlistctrlrefreshitem}
\func{void}{RefreshItem}{\param{long }{item}}
Redraws the given {\it item}. This is only useful for the virtual list controls
as without calling this function the displayed value of the item doesn't change
even when the underlying data does change.
\wxheading{See also}
\helpref{RefreshItems}{wxlistctrlrefreshitems}
\membersection{wxListCtrl::RefreshItems}\label{wxlistctrlrefreshitems}
\func{void}{RefreshItems}{\param{long }{itemFrom}, \param{long }{itemTo}}
Redraws the items between {\it itemFrom} and {\it itemTo}. The starting item
must be less than or equal to the ending one.
Just as \helpref{RefreshItem}{wxlistctrlrefreshitem} this is only useful for
virtual list controls.
\membersection{wxListCtrl::ScrollList}\label{wxlistctrlscrolllist}
\func{bool}{ScrollList}{\param{int }{dx}, \param{int }{dy}}