awsc.termui.control.BorderStyle
- class awsc.termui.control.BorderStyle(chars=None)
Defines a border character set.
- Attributes:
- charslist(str)
A 6-element list which contains the border characters for the top/bottom, left/right sides, followed by the top left, top right, bottom left and bottom right corners.
- __init__(chars=None)
Initializes a BorderStyle object.
- Parameters:
- charslist(str)
A 6-element list which contains the border characters for the top/bottom, left/right sides, followed by the top left, top right, bottom left and bottom right corners.
Methods
__init__([chars])Initializes a BorderStyle object.
Attributes
bottomleftRead-only property for the bottom left corner border character.
bottomrightRead-only property for the bottom right corner border character.
horizontalRead-only property for the horizontal border character.
topleftRead-only property for the top left corner border character.
toprightRead-only property for the top right corner border character.
verticalRead-only property for the vertical border character.