This commit was manufactured by cvs2svn to create tag

'DEBIAN_2_2_8_1'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/DEBIAN_2_2_8_1@12644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2001-11-24 06:07:41 +00:00
parent dc3d889d0b
commit db66e0652c
2316 changed files with 374343 additions and 121225 deletions

View File

@@ -187,18 +187,21 @@ 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
the beginning if {\it start} is -1.
Find an item whose label matches this string, starting from the item
{\it start}.
\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
the beginning if 'start' is -1.
Find an item whose data matches this data, starting from the item {\it start}.
\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.
the item {\it start}.
{\bf NB:} The meaning of parameters {\it start} has changed in wxMSW
version 2.2.0, previously the item with this index was excluded from the
search but it is included now.
\pythonnote{In place of a single overloaded method name, wxPython
implements the following methods:\par
@@ -261,8 +264,8 @@ You must call {\it info.SetId()} to se ID of item you're interested in
before calling this method.
\pythonnote{The wxPython version of this method takes an integer parameter
for the item ID, and returns the wxListItem object.
}
for the item ID, an optional integer for the column number, and
returns the wxListItem object. }
\membersection{wxListCtrl::GetItemData}\label{wxlistctrlgetitemdata}