]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listitem.tex
one more fix for tree selection
[wxWidgets.git] / docs / latex / wx / listitem.tex
index fdefb22b54b195ac3b4976c41be71deaa6c023b1..1e9919b0426788e89e5231c13f6e3a543db73890 100644 (file)
@@ -47,7 +47,8 @@ Returns the zero-based column; meaningful only in report mode.
 
 \constfunc{long}{GetData}{\void}
 
 
 \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}
 
 
 \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
 \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}
 
 
 \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}}
 
 
 \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}
 
 
 \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}).
 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}
 values.
 
 \membersection{wxListItem::SetStateMask}\label{wxlistitemsetstatemask}