mMlEditClass Struct Reference
[mMlEdit]
the VTable of mMlEdit, derived from mEditClass.
More...
#include <mmledit.h>
Detailed Description
the VTable of mMlEdit, derived from mEditClass.
- int (* setTitle)(mMlEdit* self, const char* title, int len);
Set the title of mMlEdit - Parameters:
-
| title | - the string of title |
| len | - the length of title |
- Returns:
- length has been set or -1 if faield
- int (* getTitle)(mMlEdit* self, char* buffer, int len);
Get the title text - Parameters:
-
| buffer | - buffer to recieve the titile string |
| len | - the length of buffer |
- Returns:
- the length of string saved in buffer
- See also:
- mEditClass
The documentation for this struct was generated from the following file: