DAS
3.1.6 - 18/09/2017
|
Informations about DAS. A very simple file with only 2 function defined for the visualization of informations about the DAS program. More...
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mgui.h"
#include "DAS_Spatram.h"
#include "dcl.h"
#include "dil.h"
Go to the source code of this file.
Functions | |
void | AboutCB (MOBJECT o, void *s, void *v) |
Create the About information shell. . More... | |
void | CloseCB (MOBJECT p, void *od, void *ad) |
Close the About information shell. . More... | |
Informations about DAS. A very simple file with only 2 function defined for the visualization of informations about the DAS program.
Definition in file About.c.
void AboutCB | ( | MOBJECT | o, |
void * | s, | ||
void * | v | ||
) |
Create the About information shell.
.
Definition at line 39 of file About.c.
References BOTTOM_ALIGN, CENTER_ALIGN, CloseCB(), DASREL, DASREV, DASREVDATE, palette::DB_BG, palette::DB_BG_Albl, palette::DB_FG_Plbl, DB_HelpCB(), DC_Ver(), DI_Ver(), DPAL, False, HELV_LARGE, HELV_MEDIUM, lbl, MCreateColForm(), MCreateLabel(), MCreatePButton(), MCreatePixmapFromFile(), MCreateRowForm(), MCreateShell(), MGUI_RELEASE, MObjectAlign(), MObjectSetBackgroundRGB(), MObjectSetCompositeHeight(), MObjectSetCompositeWidth(), MObjectSetForegroundRGB(), MObjectSetResize(), MObjectSetShadow(), MObjectSetTransparency(), MPButtonSetCallback(), MShellRealize(), SF_MODAL, TIMES_SMALL, TOP_ALIGN, True, WS_ETCHED_IN, WS_NONE, and WS_SHADOW_OUT.
Referenced by DB_KeyB_CB(), HlpTopCB(), and SetScriptUseLabel().
void CloseCB | ( | MOBJECT | p, |
void * | od, | ||
void * | ad | ||
) |
Close the About information shell.
.
Definition at line 25 of file About.c.
References MShellDestroy(), and MShellUnrealize().
Referenced by AboutCB().