|
cxWidgets 1.0
|
#include <cxBorderChars.h>

Public Member Functions | |
| cxBorderChars (eBorderStyle pBorderStyle=eBS_SINGLE_LINE) | |
Public Attributes | |
| chtype | left = ACS_VLINE |
| chtype | right = ACS_VLINE |
| chtype | top = ACS_HLINE |
| chtype | bottom = ACS_HLINE |
| chtype | topLeft = ACS_ULCORNER |
| chtype | topRight = ACS_URCORNER |
| chtype | bottomLeft = ACS_LLCORNER |
| chtype | bottomRight = ACS_LRCORNER |
characters to be used in drawing a box (i.e., in cxWindow and all its derivitives). The characters all defult to a single line. Member variables are left (left side), right (right side), top (top line), bottom (bottom line), topLeft (top left corner), topRight (top right corner), bottomLeft (bottom left corner), and bottomRight (bottom right corner).
| cx::cxBorderChars::cxBorderChars | ( | eBorderStyle | pBorderStyle = eBS_SINGLE_LINE | ) |
| chtype cx::cxBorderChars::bottom = ACS_HLINE |
Referenced by cxBorderChars().
| chtype cx::cxBorderChars::bottomLeft = ACS_LLCORNER |
Referenced by cxBorderChars().
| chtype cx::cxBorderChars::bottomRight = ACS_LRCORNER |
Referenced by cxBorderChars().
| chtype cx::cxBorderChars::left = ACS_VLINE |
Referenced by cxBorderChars().
| chtype cx::cxBorderChars::right = ACS_VLINE |
Referenced by cxBorderChars().
| chtype cx::cxBorderChars::top = ACS_HLINE |
Referenced by cxBorderChars().
| chtype cx::cxBorderChars::topLeft = ACS_ULCORNER |
Referenced by cxBorderChars().
| chtype cx::cxBorderChars::topRight = ACS_URCORNER |
Referenced by cxBorderChars().