Padre-Plugin-WxWidgets
view release on metacpan or search on metacpan
share/doc/wxwidgets.pod view on Meta::CPAN
const wxColour& GetTextColour() const
Return the text colour specified by this attribute.
=head2 Wx::TextAttr::HasAlignment
bool HasAlignment() const
Returns true if this style specifies the text alignment.
=head2 Wx::TextAttr::HasBackgroundColour
bool HasBackgroundColour() const
Returns true if this style specifies the background colour to use.
=head2 Wx::TextAttr::HasFont
bool HasFont() const
Returns true if this style specifies the font to use.
=head2 Wx::TextAttr::HasLeftIndent
bool HasLeftIndent() const
Returns true if this style specifies the left indent.
=head2 Wx::TextAttr::HasRightIndent
bool HasRightIndent() const
Returns true if this style specifies the right indent.
=head2 Wx::TextAttr::HasTabs
bool HasTabs() const
Returns true if this style specifies any tabstobs.
=head2 Wx::TextAttr::HasTextColour
bool HasTextColour() const
Returns true if this style specifies the foreground colour to use.
=head2 Wx::TextAttr::GetFlags
long GetFlags()
Returns a bitlist indicating which attributes will be set.
=head2 Wx::TextAttr::IsDefault
bool IsDefault() const
Returns true if this style specifies any non-default attributes.
=head2 Wx::TextAttr::Merge
void Merge(const wxTextAttr& overlay)
Copies all defined/valid properties from overlay to current object.
static wxTextAttr Merge(const wxTextAttr& base, const wxTextAttr&
overlay)
Creates a new wxTextAttr which is a merge of base and overlay.
Properties defined in overlay take precedence over those in base.
Properties undefined/invalid in both are undefined in the result.
=head2 Wx::TextAttr::SetAlignment
void SetAlignment(wxTextAttrAlignment alignment)
Sets the paragraph alignment.
=head2 Wx::TextAttr::SetBackgroundColour
void SetBackgroundColour(const wxColour& colour)
Sets the background colour.
=head2 Wx::TextAttr::SetFlags
void SetFlags(long flags)
Pass a bitlist indicating which attributes will be set.
=head2 Wx::TextAttr::SetFont
void SetFont(const wxFont& font)
Sets the text font.
=head2 Wx::TextAttr::SetLeftIndent
void SetLeftIndent(int indent, int subIndent = 0)
Sets the left indent in tenths of a millimetre. subIndent sets the
indent for all lines but the first line in a paragraph relative to the
first line.
=head2 Wx::TextAttr::SetRightIndent
void SetRightIndent(int indent)
Sets the right indent in tenths of a millimetre.
=head2 Wx::TextAttr::SetTabs
void SetTabs(const wxArrayInt& tabs)
Sets the array of integers representing the tab stops. Each array
element specifies the tab stop in tenths of a millimetre.
=head2 Wx::TextAttr::SetTextColour
void SetTextColour(const wxColour& colour)
Sets the text colour.
=head1 Wx::TextAttrEx
=head2 Wx::TextAttrEx::new
wxTextAttrEx()
=head2 Wx::TextAttrEx::GetBulletFont
( run in 1.965 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )