wxTextAttr
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxTextAttr.
DATA TYPES
EXPORTS
Types:
Equivalent to new(ColText, []).
new(ColText, Options::[Option]) -> wxTextAttr()
Types:
See external documentation.
Alignment = ?wxTEXT_ALIGNMENT_DEFAULT | ?wxTEXT_ALIGNMENT_LEFT | ?wxTEXT_ALIGNMENT_CENTRE | ?wxTEXT_ALIGNMENT_CENTER | ?wxTEXT_ALIGNMENT_RIGHT | ?wxTEXT_ALIGNMENT_JUSTIFIED
getAlignment(This) -> wx_enum() (see module wx)
Types:
See external documentation.
Res = ?wxTEXT_ALIGNMENT_DEFAULT | ?wxTEXT_ALIGNMENT_LEFT | ?wxTEXT_ALIGNMENT_CENTRE | ?wxTEXT_ALIGNMENT_CENTER | ?wxTEXT_ALIGNMENT_RIGHT | ?wxTEXT_ALIGNMENT_JUSTIFIED
getBackgroundColour(This) -> wx_colour4() (see module wx)
Types:
getFont(This) -> wxFont() (see module wxFont)
Types:
getLeftIndent(This) -> integer()
Types:
getLeftSubIndent(This) -> integer()
Types:
getRightIndent(This) -> integer()
Types:
Types:
getTextColour(This) -> wx_colour4() (see module wx)
Types:
hasBackgroundColour(This) -> boolean()
Types:
Types:
hasTextColour(This) -> boolean()
Types:
Types:
Types:
setAlignment(This, Alignment) -> ok
Types:
See external documentation.
Alignment = ?wxTEXT_ALIGNMENT_DEFAULT | ?wxTEXT_ALIGNMENT_LEFT | ?wxTEXT_ALIGNMENT_CENTRE | ?wxTEXT_ALIGNMENT_CENTER | ?wxTEXT_ALIGNMENT_RIGHT | ?wxTEXT_ALIGNMENT_JUSTIFIED
setBackgroundColour(This, ColBack) -> ok
Types:
Types:
Types:
Equivalent to setFont(This, Font, []).
setFont(This, Font, Options::[Option]) -> ok
Types:
setLeftIndent(This, Indent) -> ok
Types:
Equivalent to setLeftIndent(This, Indent, []).
setLeftIndent(This, Indent, Options::[Option]) -> ok
Types:
setRightIndent(This, Indent) -> ok
Types:
Types:
setTextColour(This, ColText) -> ok
Types: