From 497b8e091eb42013362b73971f7916f9239fe7a9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 27 Jun 2003 21:15:05 +0000 Subject: [PATCH] added RefreshItem[s]() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/listctrl.tex | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 9bf5f1d1f5..2ddd4e1006 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -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}} -- 2.45.2