Border (gb.ncurses)
This class is static.
Constants
ACS
|
Border is drawn using a continuous line.
|
Ascii
|
Creates a border with dashes.
|
None
|
No border.
|
Used to specify the border of a window
ACS
|
Use line drawing characters to draw the border around the screen
|
Ascii
|
Use ascii characters to draw the border around the screen (-|+)
|
None
|
No Border
|
Example: Window.border = Border.ACS