wxTextAttr
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxTextAttr.
DATA TYPES
EXPORTS
new(ColText::colour() (see module wx)) -> wxTextAttr()
Equivalent to new(ColText, []).
new(ColText::colour() (see module wx), Options::[Option]) -> wxTextAttr()
Types:
See external documentation.
WxTextAttrAlignment is one of ?wxTEXT_ALIGNMENT_DEFAULT | ?wxTEXT_ALIGNMENT_LEFT | ?wxTEXT_ALIGNMENT_CENTRE | ?wxTEXT_ALIGNMENT_CENTER | ?wxTEXT_ALIGNMENT_RIGHT | ?wxTEXT_ALIGNMENT_JUSTIFIED
getAlignment(This::wxTextAttr()) -> WxTextAttrAlignment
Types:
See external documentation.
WxTextAttrAlignment is one of ?wxTEXT_ALIGNMENT_DEFAULT | ?wxTEXT_ALIGNMENT_LEFT | ?wxTEXT_ALIGNMENT_CENTRE | ?wxTEXT_ALIGNMENT_CENTER | ?wxTEXT_ALIGNMENT_RIGHT | ?wxTEXT_ALIGNMENT_JUSTIFIED
getBackgroundColour(This::wxTextAttr()) -> colour() (see module wx)
getFont(This::wxTextAttr()) -> wxFont() (see module wxFont)
getLeftIndent(This::wxTextAttr()) -> integer()
getLeftSubIndent(This::wxTextAttr()) -> integer()
getRightIndent(This::wxTextAttr()) -> integer()
getTabs(This::wxTextAttr()) -> [integer()]
getTextColour(This::wxTextAttr()) -> colour() (see module wx)
hasBackgroundColour(This::wxTextAttr()) -> bool()
hasFont(This::wxTextAttr()) -> bool()
hasTextColour(This::wxTextAttr()) -> bool()
getFlags(This::wxTextAttr()) -> integer()
isDefault(This::wxTextAttr()) -> bool()
setAlignment(This::wxTextAttr(), Alignment::WxTextAttrAlignment) -> ok
Types:
See external documentation.
WxTextAttrAlignment is one of ?wxTEXT_ALIGNMENT_DEFAULT | ?wxTEXT_ALIGNMENT_LEFT | ?wxTEXT_ALIGNMENT_CENTRE | ?wxTEXT_ALIGNMENT_CENTER | ?wxTEXT_ALIGNMENT_RIGHT | ?wxTEXT_ALIGNMENT_JUSTIFIED
setBackgroundColour(This::wxTextAttr(), ColBack::colour() (see module wx)) -> ok
setFlags(This::wxTextAttr(), Flags::integer()) -> ok
setFont(This::wxTextAttr(), Font::wxFont() (see module wxFont)) -> ok
Equivalent to setFont(This, Font, []).
setFont(This::wxTextAttr(), Font::wxFont() (see module wxFont), Options::[Option]) -> ok
Types:
setLeftIndent(This::wxTextAttr(), Indent::integer()) -> ok
Equivalent to setLeftIndent(This, Indent, []).
setLeftIndent(This::wxTextAttr(), Indent::integer(), Options::[Option]) -> ok
Types:
setRightIndent(This::wxTextAttr(), Indent::integer()) -> ok
setTabs(This::wxTextAttr(), Tabs::[integer()]) -> ok
setTextColour(This::wxTextAttr(), ColText::colour() (see module wx)) -> ok