Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20111

1 byte added, 15:23, 16 March 2011
CLabel
Sets and Gets the _frame attribute of CFrame by calling CFrame::frame() method. Make sure to cast The CDialog to CFrame when setting and cast CFrame to CDialog when getting
==CLabel==
A readonly Field that encapsulates bio_display() function. (i.e it is responsible to display a short character string on the display) CLable although, by inheritance is Frame, but it is never '''bordered'''.
<big><syntaxhighlight lang="cpp">
A readonly Field that encapsulates bio_display() function. (i.e it is responsible to display a short character string on the display) CLable although, by inheritance is Frame, but it is never '''bordered'''.
#include "cfield.h"
class CLabel : public CField{
void set(const void* str);
</syntaxhighlight></big>
 
==CDialog==
<big><syntaxhighlight lang="cpp">

Navigation menu