From ae1e7a67f62dfafe83fc44cf42400b8e11db8f59 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 8 Feb 2004 15:15:16 +0000 Subject: [PATCH] Fixed bug [ 875952 ] Win32 wxListControl::FindItem documentation wrong Fixed bug [ 890430 ] 'message' parameter documented twice git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/listctrl.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 3bfb0a3c00..a6eea516a7 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -230,18 +230,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