From 9ec83118457b534fe6f523ea7eac3279e3a1211a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 25 Jul 2006 00:49:19 +0000 Subject: [PATCH] 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 --- docs/latex/wx/textattr.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/latex/wx/textattr.tex b/docs/latex/wx/textattr.tex index 348153a69b..8f582d8877 100644 --- a/docs/latex/wx/textattr.tex +++ b/docs/latex/wx/textattr.tex @@ -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} -- 2.45.2