X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa9fb2be6d5603427245934502933f94d5f7bdf6..80d2803f703d1b238f42725504f08266ef02defe:/docs/latex/wx/listctrl.tex?ds=inline diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index f2b31d88c5..a275fe865f 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -39,6 +39,8 @@ the list wraps, unlike a wxListBox.} \twocolitem{\windowstyle{wxLC\_SINGLE\_SEL}}{Single selection.} \twocolitem{\windowstyle{wxLC\_SORT\_ASCENDING}}{Sort in ascending order (must still supply a comparison callback in SortItems.} \twocolitem{\windowstyle{wxLC\_SORT\_DESCENDING}}{Sort in descending order (must still supply a comparison callback in SortItems.} +\twocolitem{\windowstyle{wxLC\_HRULES}}{Draws light horizontal rules between rows in report mode.} +\twocolitem{\windowstyle{wxLC\_VRULES}}{Draws light vertical rules between columns in report mode.} \end{twocollist} See also \helpref{window styles overview}{windowstyles}. @@ -261,8 +263,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} @@ -674,3 +676,4 @@ using this function. function to call, so it is not available for programmer use. Call SortItems with a reference to a callable object that expects two parameters.} +