Package wx :: Class TextAttr
[frames | no frames]

Type TextAttr

object --+
         |
        TextAttr


Proxy of C++ TextAttr class


Method Summary
TextAttr __init__(self, colText, colBack, font, alignment)
  __del__(self)
TextAttr Combine(attr, attrDef, text)
(Static method)
int GetAlignment(self)
Colour GetBackgroundColour(self)
long GetFlags(self)
Font GetFont(self)
long GetLeftIndent(self)
long GetLeftSubIndent(self)
long GetRightIndent(self)
wxArrayInt GetTabs(self)
Colour GetTextColour(self)
bool HasAlignment(self)
bool HasBackgroundColour(self)
bool HasFlag(self, flag)
bool HasFont(self)
bool HasLeftIndent(self)
bool HasRightIndent(self)
bool HasTabs(self)
bool HasTextColour(self)
  Init(self)
bool IsDefault(self)
TextAttr Merge(base, overlay)
(Static method)
  SetAlignment(self, alignment)
  SetBackgroundColour(self, colBack)
  SetFlags(self, flags)
  SetFont(self, font, flags)
  SetLeftIndent(self, indent, subIndent)
  SetRightIndent(self, indent)
  SetTabs(self, tabs)
  SetTextColour(self, colText)

Property Summary
  Alignment: See GetAlignment and SetAlignment
  BackgroundColour: See GetBackgroundColour and SetBackgroundColour
  Flags: See GetFlags and SetFlags
  Font: See GetFont and SetFont
  LeftIndent: See GetLeftIndent and SetLeftIndent
  LeftSubIndent: See GetLeftSubIndent
  RightIndent: See GetRightIndent and SetRightIndent
  Tabs: See GetTabs and SetTabs
  TextColour: See GetTextColour and SetTextColour
  thisown: The membership flag

Property Details

Alignment

See GetAlignment and SetAlignment

Get Method:
GetAlignment(self)
Set Method:
SetAlignment(self, alignment)

BackgroundColour

See GetBackgroundColour and SetBackgroundColour

Get Method:
GetBackgroundColour(self)
Set Method:
SetBackgroundColour(self, colBack)

Flags

See GetFlags and SetFlags

Get Method:
GetFlags(self)
Set Method:
SetFlags(self, flags)

Font

See GetFont and SetFont

Get Method:
GetFont(self)
Set Method:
SetFont(self, font, flags)

LeftIndent

See GetLeftIndent and SetLeftIndent

Get Method:
GetLeftIndent(self)
Set Method:
SetLeftIndent(self, indent, subIndent)

LeftSubIndent

See GetLeftSubIndent

Get Method:
GetLeftSubIndent(self)

RightIndent

See GetRightIndent and SetRightIndent

Get Method:
GetRightIndent(self)
Set Method:
SetRightIndent(self, indent)

Tabs

See GetTabs and SetTabs

Get Method:
GetTabs(self)
Set Method:
SetTabs(self, tabs)

TextColour

See GetTextColour and SetTextColour

Get Method:
GetTextColour(self)
Set Method:
SetTextColour(self, colText)

thisown

The membership flag


Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:09:40 2007 http://epydoc.sf.net