|
DAS
3.1.6 - 18/09/2017
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <process.h>#include "mgui.h"#include "DAS_Spatram.h"
Include dependency graph for REQ.C:Go to the source code of this file.
Functions | |
| void | DDMessage (char *str) |
| MOBJECT | MDCreate_shell000 (void) |
| void | MDQuitCB (MOBJECT shell, void *od, void *ad) |
| callback for closing a generic MGUI shell More... | |
| void DDMessage | ( | char * | str | ) |
Definition at line 13 of file REQ.C.
References CENTER_ALIGN, LARGE_FONT, lbl, MCreateLabel(), MCreateShell(), MLabelSetAlignment(), MObjectSetBackgroundRGB(), MObjectSetForegroundRGB(), MShellRealize(), and SF_MODAL.
Here is the call graph for this function:| MOBJECT MDCreate_shell000 | ( | void | ) |
Definition at line 70 of file REQ.C.
References HELV_MEDIUM, LARGE_FONT, MCreateLabel(), MCreatePButton(), MCreateRowForm(), MCreateShell(), MDQuitCB(), MObjectSetBackgroundRGB(), MObjectSetFont(), MObjectSetForegroundRGB(), MObjectSetResize(), MPButtonSetCallback(), MShellRealize(), MShellSetWMCloseCallback(), and True.
Here is the call graph for this function:| void MDQuitCB | ( | MOBJECT | shell, |
| void * | od, | ||
| void * | ad | ||
| ) |
callback for closing a generic MGUI shell
Definition at line 40 of file REQ.C.
References delay(), DMessage(), MGUITerm(), MShellDestroy(), and MShellUnrealize().
Referenced by MAPDefPix(), and MDCreate_shell000().
Here is the call graph for this function:
Here is the caller graph for this function: