Padre-Plugin-WxWidgets
view release on metacpan or search on metacpan
share/doc/wxwidgets.pod view on Meta::CPAN
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
( run in 1.523 second using v1.01-cache-2.11-cpan-49f99fa48dc )