|
cxWidgets 1.0
|
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | cx |
| cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all its derivitives) | |
Enumerations | |
| enum | cx::eBorderStyle { cx::eBS_NOBORDER = 0 , cx::eBS_SINGLE_LINE , cx::eBS_DOUBLE_LINE , cx::eBS_DOUBLE_TOP_SINGLE_SIDES , cx::eBS_SINGLE_TOP_DOUBLE_SIDES , cx::eBS_SPACE } |
Functions | |
| string | cx::eBorderStyleToStr (eBorderStyle borderStyle) |
| Converts an eBorderStyle value to a string representation. | |