]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/textattr.tex
Doc corrections
[wxWidgets.git] / docs / latex / wx / textattr.tex
index 348153a69bc9fd659c42abe1d6f50334d30c16f7..3a51c2d3a2659448572970ddec1e51c7a15703e0 100644 (file)
@@ -17,6 +17,10 @@ No base class
 
 <wx/textctrl.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Typedefs}
 
 \texttt{wxTextPos} is the type containing the index of a position in a text
@@ -144,6 +148,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 +169,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 +282,4 @@ array element specifies the tab stop in tenths of a millimetre.
 \func{void}{SetTextColour}{\param{const wxColour\& }{colour}}
 
 Sets the text colour.
+