Functions | |
chtype | getLeftBorder (unsigned char num, chtype custom) |
Get the character for the left border of some controls like buttons or so. | |
chtype | getRightBorder (unsigned char num, chtype custom) |
Get the character for the right border of some controls like buttons or so. | |
Variables | |
chtype | LowerLeftCorner = ACS_LLCORNER |
chtype | LowerRightCorner = ACS_LRCORNER |
chtype | UpperLeftCorner = ACS_ULCORNER |
chtype | UpperRightCorner = ACS_URCORNER |
chtype | HorizontalLine = ACS_HLINE |
chtype | VerticalLine = ACS_VLINE |
|
Get the character for the left border of some controls like buttons or so. the defaults are:
Definition at line 24 of file cursive.cpp. References crs::style::custom. |
|
Get the character for the right border of some controls like buttons or so. the defaults are:
Definition at line 32 of file cursive.cpp. References crs::style::custom. |
|
Definition at line 22 of file cursive.cpp. |
|
Definition at line 18 of file cursive.cpp. |
|
Definition at line 19 of file cursive.cpp. |
|
Definition at line 20 of file cursive.cpp. |
|
Definition at line 21 of file cursive.cpp. |
|
Definition at line 23 of file cursive.cpp. |