]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/textattr.tex
use explicit virtual keyword with overridden virtual methods
[wxWidgets.git] / docs / latex / wx / textattr.tex
index 348153a69bc9fd659c42abe1d6f50334d30c16f7..6e691e34692de9d1caa860bb9118043039b49f1b 100644 (file)
@@ -144,6 +144,13 @@ array element specifies the tab stop in tenths of a millimetre.
 Return the text colour specified by this attribute.
 
 
+\membersection{wxTextAttr::HasAlignment}\label{wxtextattrhasalignment}
+
+\constfunc{bool}{HasAlignment}{\void}
+
+Returns {\tt true} if this style specifies the text alignment.
+
+
 \membersection{wxTextAttr::HasBackgroundColour}\label{wxtextattrhasbackgroundcolour}
 
 \constfunc{bool}{HasBackgroundColour}{\void}
@@ -158,6 +165,27 @@ Returns {\tt true} if this style specifies the background colour to use.
 Returns {\tt true} if this style specifies the font to use.
 
 
+\membersection{wxTextAttr::HasLeftIndent}\label{wxtextattrhasleftindent}
+
+\constfunc{bool}{HasLeftIndent}{\void}
+
+Returns {\tt true} if this style specifies the left indent.
+
+
+\membersection{wxTextAttr::HasRightIndent}\label{wxtextattrhasrightindent}
+
+\constfunc{bool}{HasRightIndent}{\void}
+
+Returns {\tt true} if this style specifies the right indent.
+
+
+\membersection{wxTextAttr::HasTabs}\label{wxtextattrhastabs}
+
+\constfunc{bool}{HasTabs}{\void}
+
+Returns {\tt true} if this style specifies any tabstobs.
+
+
 \membersection{wxTextAttr::HasTextColour}\label{wxtextattrhastextcolour}
 
 \constfunc{bool}{HasTextColour}{\void}
@@ -250,3 +278,4 @@ array element specifies the tab stop in tenths of a millimetre.
 \func{void}{SetTextColour}{\param{const wxColour\& }{colour}}
 
 Sets the text colour.
+