• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:wxTextAttr

1 %%%%%%%%%%%%%%%%%%%%%%%%%%%% wxTextAttr %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 \section{\class{wxTextAttr}}\label{wxtextattr}
5 wxTextAttr represents the character and paragraph attributes, or style, for a range of text in a\rtfsp
8 When setting up a wxTextAttr object, pass a bitlist mask to SetFlags to indicate
76 \membersection{wxTextAttr::wxTextAttr}\label{wxtextattrctor}
78 \func{}{wxTextAttr}{\void}
80 \func{}{wxTextAttr}{\param{const wxColour\& }{colText}, \param{const wxColour\& }{colBack = wxNullColour},
89 \membersection{wxTextAttr::GetAlignment}\label{wxtextattrgetalignment}
96 \membersection{wxTextAttr::GetBackgroundColour}\label{wxtextattrgetbackgroundcolour}
103 \membersection{wxTextAttr::GetFont}\label{wxtextattrgetfont}
110 \membersection{wxTextAttr::GetLeftIndent}\label{wxtextattrgetleftindent}
117 \membersection{wxTextAttr::GetLeftSubIndent}\label{wxtextattrgetleftsubindent}
125 \membersection{wxTextAttr::GetRightIndent}\label{wxtextattrgetrightindent}
132 \membersection{wxTextAttr::GetTabs}\label{wxtextattrgettabs}
140 \membersection{wxTextAttr::GetTextColour}\label{wxtextattrgettextcolour}
147 \membersection{wxTextAttr::HasAlignment}\label{wxtextattrhasalignment}
154 \membersection{wxTextAttr::HasBackgroundColour}\label{wxtextattrhasbackgroundcolour}
161 \membersection{wxTextAttr::HasFont}\label{wxtextattrhasfont}
168 \membersection{wxTextAttr::HasLeftIndent}\label{wxtextattrhasleftindent}
175 \membersection{wxTextAttr::HasRightIndent}\label{wxtextattrhasrightindent}
182 \membersection{wxTextAttr::HasTabs}\label{wxtextattrhastabs}
189 \membersection{wxTextAttr::HasTextColour}\label{wxtextattrhastextcolour}
196 \membersection{wxTextAttr::GetFlags}\label{wxtextattrgetflags}
203 \membersection{wxTextAttr::IsDefault}\label{wxtextattrisdefault}
210 \membersection{wxTextAttr::Merge}\label{wxtextattrmerge}
212 \func{void}{Merge}{\param{const wxTextAttr\&}{ overlay}}
216 \func{static wxTextAttr}{Merge}{\param{const wxTextAttr\&}{ base}, \param{const wxTextAttr\&}{ overlay}}
218 Creates a new {\tt wxTextAttr} which is a merge of \arg{base} and
224 \membersection{wxTextAttr::SetAlignment}\label{wxtextattrsetalignment}
231 \membersection{wxTextAttr::SetBackgroundColour}\label{wxtextattrsetbackgroundcolour}
238 \membersection{wxTextAttr::SetFlags}\label{wxtextattrsetflags}
245 \membersection{wxTextAttr::SetFont}\label{wxtextattrsetfont}
252 \membersection{wxTextAttr::SetLeftIndent}\label{wxtextattrsetleftindent}
261 \membersection{wxTextAttr::SetRightIndent}\label{wxtextattrsetrightindent}
268 \membersection{wxTextAttr::SetTabs}\label{wxtextattrsettabs}
276 \membersection{wxTextAttr::SetTextColour}\label{wxtextattrsettextcolour}