document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-07-25 00:49:19 +00:00
parent ecd87e5b71
commit 9ec8311845

View 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}