Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
Console UI Core Classes - OOP344 20111
8 bytes removed
,
07:48, 17 March 2011
→
CText
==CText==
<big><syntaxhighlight lang="cpp">
#include "strarr.h"
#include "cfield.h"
class CText:public CField{
//
WHATEVER _lines; // a collection of lines
in a text
(will be set later)
bool _readOnly;
int _curpos;
Fardad
Administrators
21
edits