X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c229e50dc773306e1c2b47056ae625ca495c35ee..3a9a01661aa51c52b734b16abdceec2f905c5f25:/docs/latex/wx/listctrl.tex diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 6466cd44b7..9aef15d27c 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -93,7 +93,8 @@ functions that take a \helpref{wxListEvent}{wxlistevent} argument. \wxheading{See also} \helpref{wxListCtrl overview}{wxlistctrloverview}, \helpref{wxListBox}{wxlistbox}, \helpref{wxTreeCtrl}{wxtreectrl},\rtfsp -\helpref{wxImageList}{wximagelist}, \helpref{wxListEvent}{wxlistevent} +\helpref{wxImageList}{wximagelist}, \helpref{wxListEvent}{wxlistevent}, +\helpref{wxListItem}{wxlistitem} \latexignore{\rtfignore{\wxheading{Members}}} @@ -265,6 +266,12 @@ information. \perlnote{In wxPerl this method takes only the {\bf col} parameter and returns a Wx::ListItem ( or undef ).} +\membersection{wxListCtrl::GetColumnCount}\label{wxlistctrlgetcolumncount} + +\constfunc{int}{GetColumnCount}{\void} + +Returns the number of columns. + \membersection{wxListCtrl::GetColumnWidth}\label{wxlistctrlgetcolumnwidth} \constfunc{int}{GetColumnWidth}{\param{int }{col}} @@ -352,7 +359,7 @@ Returns the rectangle representing the item's size and position, in client coord ID and code and returns the wxRect.} \perlnote{In wxPerl this method takes only the {\bf item} parameter and -retutrns a Wx::Rect ( or undef ).} +returns a Wx::Rect ( or undef ).} \membersection{wxListCtrl::GetItemSpacing}\label{wxlistctrlgetitemspacing} @@ -380,7 +387,7 @@ Gets the item text for this item. \constfunc{long}{GetNextItem}{\param{long }{item}, \param{int }{geometry = wxLIST\_NEXT\_ALL}, \param{int }{state = wxLIST\_STATE\_DONTCARE}} -Searches for an item with the given goemetry or state, starting from +Searches for an item with the given geometry or state, starting from {\it item} but excluding the {\it item} itself. If {\it item} is -1, the first item that matches the specified flags will be returned. @@ -721,7 +728,7 @@ string or image at a given location.} This method can only be used with virtual list controls. It is used to indicate to the control the number of items it contains. After calling it, the main program should be ready to handle calls to various item callbacks (such as -\helpref{OnGetItemText}{wxlistctrlongetitemtext}) for all vitems in the range +\helpref{OnGetItemText}{wxlistctrlongetitemtext}) for all items in the range from $0$ to {\it count}. \membersection{wxListCtrl::SetItemData}\label{wxlistctrlsetitemdata}