wxTextAttr
Module
Module Summary
Description
See external documentation: wxTextAttr.
DATA TYPES
Exports
new() -> wxTextAttr()
new(ColText) -> wxTextAttr()
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:wx_enum()
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:wx_colour4()
Types
getFont(This) -> wxFont:wxFont()
Types
getLeftIndent(This) -> integer()
Types
getLeftSubIndent(This) -> integer()
Types
getRightIndent(This) -> integer()
Types
Types
getTextColour(This) -> wx:wx_colour4()
Types
hasBackgroundColour(This) -> boolean()
Types
Types
hasTextColour(This) -> boolean()
Types
Types
Types
setAlignment(This, Alignment) -> ok
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
Equivalent to setFont(This, Font, []).
setFont(This, Font, Options::[Option]) -> ok
setLeftIndent(This, Indent) -> ok
Equivalent to setLeftIndent(This, Indent, []).
setLeftIndent(This, Indent, Options::[Option]) -> ok
setRightIndent(This, Indent) -> ok
setTextColour(This, ColText) -> ok
destroy(This::wxTextAttr()) -> ok