Dokumentaro de Gambaso
Compilation & Installation from source code
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

Attr (gb.ncurses)

This class is static.

Constants
Blink   Turns on the Blink attribute, value is &H80000
Bold   Turns on the Bold attribute, value is &H200000
Normal   Resets the attributes to default, Value is 0
Reverse   Turns on the reverse video attribute, Value is &H40000
Underline   Turns on the Underline Attribute, value is &H20000
Attr is used as a parameter to set the attributes of text.

Example: Window.Print("\r\nInitialising The System\r\n",,, Attr.Bold)