Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

263 bytes added, 13:40, 8 November 2011
m
Methods
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])
#Positions the cursor at the first character of the Label
<big><syntaxhighlight lang="cpp">
int edit();
</syntaxhighlight></big>
 
<big><syntaxhighlight lang="cpp">
bool editable()const;