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