|
cxWidgets 1.0
|
#include "cxWindow.h"#include "cxInput.h"#include "cxInputTypes.h"#include "cxFunction.h"#include <signal.h>#include <string>#include <vector>#include <set>#include <map>#include <memory>

Go to the source code of this file.
Classes | |
| class | cx::cxMultiLineInput |
| This class represents an input box that can have a height. More... | |
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::eMLIF { cx::eMLIF_COMMA_SEP = 0 , cx::eMLIF_COMMA_SEP_WITH_DESC } |
| enum | cx::eInputErrors { cx::eNO_ERROR , cx::eOUT_OF_RANGE , cx::eINVALID_VALUE , cx::eBLANK , cx::eCUSTOM_VALIDATION_FAILED } |