fixed label case so that the link works (patch 1263943)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-08-28 15:46:28 +00:00
parent c15b71ae08
commit 4884b02b08

View File

@ -1,4 +1,4 @@
\section{\class{wxListItemAttr}}\label{wxListItemAttr}
\section{\class{wxListItemAttr}}\label{wxlistitemattr}
Represents the attributes (color, font, \ldots) of a
\helpref{wxListCtrl}{wxlistctrl} \helpref{wxListItem}{wxlistctrl}.
@ -39,6 +39,7 @@ Returns the currently set font.
\membersection{wxListItemAttr::GetTextColour}\label{wxlistitemattrgettextcolour}
\constfunc{const wxColour\&}{GetTextColour}{\void}
Returns the currently set text color.
@ -80,6 +81,7 @@ Sets a new font.
\membersection{wxListItemAttr::SetTextColour}\label{wxlistitemattrsettextcolour}
\func{void}{SetTextColour}{\param{const wxColour\& }{colour}}
Sets a new text color.