21
edits
Changes
→CLabel
class CLabel : public CField{
int _length;
CLabel(const CLabel& L);
public:
CLabel(const char *Str, int Row, int Col,
int Len = 0);
CLabel(int Row, int Col, int Len);
~CLabel();
void draw(int fn=C_NO_FRAME) ;