Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20121

2 bytes added, 13:52, 1 April 2012
CLineEdit
<big><syntaxhighlight lang="cpp">
int _offset;
</syntaxhighlight></big>
current offset
</syntaxhighlight></big>
===Constructors / Destructor===
void draw(int fn = C_NO_FRAME) ;
</syntaxhighlight></big>
#Draws the Label with fn
#If _selected is true, it surrounds the Label Text the _format[0] and _format[1]
#If _selected if false, it surrounds the Label with SPACEs (overwrites _format[0] and _format[1])
</syntaxhighlight></big>
Returns the text of Label
 
==CText==
CText is a CField to edit a multiline text.<br />
1
edit

Navigation menu