X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97c611f84745e193ac2b156a92dd127aaa9c7d51..86b79b93fbbb0c2e90e6595f7fea0f979b80881c:/docs/latex/wx/listctrl.tex diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index a8398da8a2..b155fcc185 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -242,18 +242,18 @@ Ensures this item is visible. \func{long}{FindItem}{\param{long }{start}, \param{const wxString\& }{str}, \param{const bool }{partial = false}} -Find an item whose label matches this string, starting from the item after {\it start} or +Find an item whose label matches this string, starting from {\it start} or the beginning if {\it start} is -1. \func{long}{FindItem}{\param{long }{start}, \param{long }{data}} -Find an item whose data matches this data, starting from the item after {\it start} or +Find an item whose data matches this data, starting from {\it start} or the beginning if 'start' is -1. \func{long}{FindItem}{\param{long }{start}, \param{const wxPoint\& }{pt}, \param{int }{direction}} -Find an item nearest this position in the specified direction, starting from -the item after {\it start} or the beginning if {\it start} is -1. +Find an item nearest this position in the specified direction, starting from +{\it start} or the beginning if {\it start} is -1. \pythonnote{In place of a single overloaded method name, wxPython implements the following methods:\par @@ -521,7 +521,7 @@ list or report view. -\membersection{wxRect}{wxListCtrl::GetViewRect}\label{wxlistctrlgetviewrect} +\membersection{wxListCtrl::GetViewRect}\label{wxlistctrlgetviewrect} \constfunc{wxRect}{GetViewRect}{\void} @@ -923,8 +923,7 @@ Sets the text colour of the list control. \func{void}{SetWindowStyleFlag}{\param{long }{style}} -Sets the whole window style. - +Sets the whole window style, deleting all items. \membersection{wxListCtrl::SortItems}\label{wxlistctrlsortitems}