From: Vadim Zeitlin Date: Sun, 28 Aug 2005 15:46:28 +0000 (+0000) Subject: fixed label case so that the link works (patch 1263943) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4884b02b086f168d8f666c571c9b23e2a11b912b 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 --- diff --git a/docs/latex/wx/listattr.tex b/docs/latex/wx/listattr.tex index 0e9e7069a9..7240540e02 100644 --- a/docs/latex/wx/listattr.tex +++ b/docs/latex/wx/listattr.tex @@ -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.