DAS
3.1.6 - 18/09/2017
|
Object Set/Get Text Event. More...
#include <Mguidefs.h>
Data Fields | |
char * | text |
Pointer to the string to read text from (to store text to). More... | |
int | type |
Event type (E_SET_TEXT, E_GET_TEXT) More... | |
Object Set/Get Text Event.
This event is generated by the library to set/get the object's text. The event is generated by the following functions/methods: MObjectSetText(), MObjectGetText(), CmObject::setText, CmObject::getText.
Definition at line 744 of file Mguidefs.h.
char* MSetGetTextEvent::text |
Pointer to the string to read text from (to store text to).
Definition at line 748 of file Mguidefs.h.
int MSetGetTextEvent::type |
Event type (E_SET_TEXT, E_GET_TEXT)
Definition at line 746 of file Mguidefs.h.