DAS
3.1.6 - 18/09/2017
|
Macros | |
#define | SF_IGNORE_WM_CLOSE 0x10 |
#define | SF_MODAL 0x4 |
#define | SF_NO_CLOSE 0x40 |
#define | SF_NO_FOCUS_CHANGE 0x1 |
#define | SF_NO_H_RESIZE 0x800 |
#define | SF_NO_MAXIMIZE 0x80 |
#define | SF_NO_MINIMIZE 0x100 |
#define | SF_NO_RESIZE 0x200 |
#define | SF_NO_W_RESIZE 0x400 |
#define | SF_POPUP 0x8 |
#define | SF_SAVEUNDER 0x2 |
#define | SF_UNMAP_ON_WM_CLOSE 0x20 |
To be used as bitwise or-ed in the 'flags' parameter of MCreateShell(), CmShell::CmShell().
#define SF_IGNORE_WM_CLOSE 0x10 |
SHELL ignores the CLOSE message sent by the Window Manager
Definition at line 1025 of file Mguidefs.h.
#define SF_MODAL 0x4 |
Input focus is grabbed by the SHELL until it is removed
Definition at line 1019 of file Mguidefs.h.
Referenced by AboutCB(), DB_Ask(), DDMessage(), Master_Error(), MDCreateFM_Shell(), MDCreateSh_Fil(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_PWD(), MDCreateSh_SimPos(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), Message(), and ShutDOWN().
#define SF_NO_CLOSE 0x40 |
No close button in the title bar
Definition at line 1032 of file Mguidefs.h.
Referenced by MDCreate_CP(), MDCreateExpo(), and MDCreateHorMeas().
#define SF_NO_FOCUS_CHANGE 0x1 |
Internal use (MENU)
Definition at line 1010 of file Mguidefs.h.
#define SF_NO_H_RESIZE 0x800 |
Height Resize disabled
Definition at line 1042 of file Mguidefs.h.
#define SF_NO_MAXIMIZE 0x80 |
No maximize button in the title bar
Definition at line 1034 of file Mguidefs.h.
Referenced by D_Lens(), D_VRange(), D_VRangeSim(), DB_Tools(), DD_VRange(), MDCreate_CP(), MDCreateExpo(), MDCreateHorMeas(), and MDCreateSh_Home().
#define SF_NO_MINIMIZE 0x100 |
No minimize button in the title bar
Definition at line 1036 of file Mguidefs.h.
Referenced by D_Lens(), D_VRange(), D_VRangeSim(), DD_VRange(), and MDCreateExpo().
#define SF_NO_RESIZE 0x200 |
Resize disabled (both width and height)
Definition at line 1038 of file Mguidefs.h.
Referenced by MDCreate_CP(), MDCreateExpo(), and MDCreateHorMeas().
#define SF_NO_W_RESIZE 0x400 |
Width Resize disabled
Definition at line 1040 of file Mguidefs.h.
#define SF_POPUP 0x8 |
Undecorated window look (MENU)
Definition at line 1021 of file Mguidefs.h.
#define SF_SAVEUNDER 0x2 |
The area under the appearing SHELL window is stored for a fast redraw when the window is deleted
Definition at line 1015 of file Mguidefs.h.
Referenced by D_VRange(), D_VRangeSim(), and DD_VRange().
#define SF_UNMAP_ON_WM_CLOSE 0x20 |
The SHELL only unmaps itself (not destroy) when receives the CLOSE message from the Window Manager
Definition at line 1030 of file Mguidefs.h.