Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20113

1 byte added, 14:00, 14 November 2011
CLabel
class CLabel : public CField{
// int _length; Use void CFrame::width(int) to store length, and int CFrame::width() to retrieve the length
 
public:
CLabel(const CLabel& L);
public:
CLabel(const char *Str, int Row, int Col,
int Len = 0);

Navigation menu