Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20121

102 bytes added, 23:02, 29 March 2012
Methods
void draw(int fn = C_NO_FRAME) ;
</syntaxhighlight></big>
#Draws the Label with fn(Note if this step does not work then try using console.display function with absRow() and absCol())
#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