1 \section{\class{wxDataViewItemAttr
}}\label{wxdataviewitemattr
}
3 This class is used to indicate to a
\helpref{wxDataViewCtrl
}{wxdataviewctrl
}
4 that a certain
\helpref{Item
}{wxdataviewitem
} has extra font attributes
5 for its renderer. For this, it is required to override
6 \helpref{wxDataViewModel::GetAttr
}{wxdataviewmodelgetattr
}.
8 Attributes are currently only supported by
9 \helpref{wxDataViewTextRendererText
}{wxdataviewtextrendererattr
}.
11 \wxheading{Derived from
}
15 \wxheading{Include files
}
21 \helpref{wxAdv
}{librarieslist
}
24 \wxheading{Data structures
}
26 \latexignore{\rtfignore{\wxheading{Members
}}}
29 \membersection{wxDataViewItemAttr::wxDataViewItemAttr
}\label{wxdataviewitemattrwxdataviewitemattr
}
31 \func{}{wxDataViewItemAttr
}{\void}
36 \membersection{wxDataViewItemAttr::SetBold
}\label{wxdataviewitemattrsetbold
}
38 \func{void
}{SetBold
}{\param{bool
}{set
}}
40 Call this to indicate that the item shall be displayed in bold text.
42 \membersection{wxDataViewItemAttr::SetColour
}\label{wxdataviewitemattrsetcolour
}
44 \func{void
}{SetColour
}{\param{const wxColour\&
}{colour
}}
46 Call this to indicate that the item shall be displayed with
49 \membersection{wxDataViewItemAttr::SetItalic
}\label{wxdataviewitemattrsetitalic
}
51 \func{void
}{SetItalic
}{\param{bool
}{set
}}
53 Call this to indicate that the item shall be displayed in italic text.