Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

271 bytes added, 01:07, 16 November 2011
Methods
</syntaxhighlight></big>
Always returns true
 
<big><syntaxhighlight lang="cpp">
void CButton::set(const void* str);
</syntaxhighlight></big>
First deallocated what is pointed by Field's _data.
Then allocate new memory to the size of content of str and copy the content into it and make
Field's _data point to it.
==CValEdit==
1
edit