char* MGetTextOption (const char *obj_name)

Retrieves a text option from the resource database

Documentation

Retrieves a text option from the resource database. The text option is identified by only one name: the object name. A text option is stored in the application or the MGUI resource files using an option named "text".
Returns:
The value is returned in a new allocated buffer. The application is responsible for freeing the memory, using free(), when the value is no longer needed. The NULL pointer is returned if the option is not found.
See Also:
MSetTextOption, MGetStringOption, MSetStringOption

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++