Functions | |
| int | mt_DataAttach (APPvar *app, WINDOW *win, long magic, void *data) |
| Insert a data into a window or into the application. | |
| int | mt_DataDelete (APPvar *app, WINDOW *win, long magic) |
| Remove a data linked into a window or into the application. | |
| void * | mt_DataSearch (APPvar *app, WINDOW *win, long magic) |
| Search data linked into a window or application. | |
|
||||||||||||||||||||
|
Insert a data into a window or into the application.
Some magic number are reserved by WinDom (because some predefined windows, such as form, use data). See WinDom header file (they have a WD_ prefix).
|
|
||||||||||||||||
|
Remove a data linked into a window or into the application.
|
|
||||||||||||||||
|
Search data linked into a window or application.
|
1.4.6