X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3627a004d0333ec7bfc88e2a397d7d7f9752ea9..702a26fded8c16bf858631d929580441ba23fdc4:/docs/latex/wx/listitem.tex diff --git a/docs/latex/wx/listitem.tex b/docs/latex/wx/listitem.tex index fdefb22b54..1e9919b042 100644 --- a/docs/latex/wx/listitem.tex +++ b/docs/latex/wx/listitem.tex @@ -47,7 +47,8 @@ Returns the zero-based column; meaningful only in report mode. \constfunc{long}{GetData}{\void} -Returns client data associated with the control. +Returns client data associated with the control. Please note that +client data is associated with the item and not with subitems. \membersection{wxListItem::GetFont}\label{wxlistitemgetfont} @@ -124,7 +125,7 @@ Meaningful only for column headers in report mode. Returns the column width. \func{void}{SetAlign}{\param{wxListColumnFormat }{align}} Sets the alignment for the item. See also -\helpref{wxListItem::SetAlign}{wxlistitemsetalign} +\helpref{wxListItem::GetAlign}{wxlistitemgetalign} \membersection{wxListItem::SetBackgroundColour}\label{wxlistitemsetbackgroundcolour} @@ -144,7 +145,8 @@ Sets the zero-based column. Meaningful only in report mode. \func{void}{SetData}{\param{void* }{data}} -Sets client data for the item. +Sets client data for the item. Please note that +client data is associated with the item and not with subitems. \membersection{wxListItem::SetFont}\label{wxlistitemsetfont} @@ -178,7 +180,7 @@ Sets the mask of valid fields. See \helpref{wxListItem::GetMask}{wxlistitemgetma Sets the item state flags (note that the valid state flags are influenced by the value of the state mask, see \helpref{wxListItem::SetStateMask}{wxlistitemsetstatemask}). -See \helpref{wxListItem::GetState}{wxlistitemsetstate} for valid flag +See \helpref{wxListItem::GetState}{wxlistitemgetstate} for valid flag values. \membersection{wxListItem::SetStateMask}\label{wxlistitemsetstatemask}