Border (gb.ncurses)

Esta clase es estática.

Constantes
ACS   Border is drawn using a continuous line.
Ascii   Creates a border with dashes.
None   None 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