\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}
\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}
\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}
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}