DAS  3.1.6 - 18/09/2017
Macros
SHELL Creation Options
+ Collaboration diagram for SHELL Creation Options:

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
 

Detailed Description

To be used as bitwise or-ed in the 'flags' parameter of MCreateShell(), CmShell::CmShell().

Macro Definition Documentation

§ SF_IGNORE_WM_CLOSE

#define SF_IGNORE_WM_CLOSE   0x10

SHELL ignores the CLOSE message sent by the Window Manager

Definition at line 1025 of file Mguidefs.h.

§ SF_MODAL

#define SF_MODAL   0x4

§ SF_NO_CLOSE

#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().

§ SF_NO_FOCUS_CHANGE

#define SF_NO_FOCUS_CHANGE   0x1

Internal use (MENU)

Definition at line 1010 of file Mguidefs.h.

§ SF_NO_H_RESIZE

#define SF_NO_H_RESIZE   0x800

Height Resize disabled

Definition at line 1042 of file Mguidefs.h.

§ SF_NO_MAXIMIZE

#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().

§ SF_NO_MINIMIZE

#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().

§ SF_NO_RESIZE

#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().

§ SF_NO_W_RESIZE

#define SF_NO_W_RESIZE   0x400

Width Resize disabled

Definition at line 1040 of file Mguidefs.h.

§ SF_POPUP

#define SF_POPUP   0x8

Undecorated window look (MENU)

Definition at line 1021 of file Mguidefs.h.

§ SF_SAVEUNDER

#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().

§ SF_UNMAP_ON_WM_CLOSE

#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.

______________________________________________________________________________________
Generated on Mon Sep 18 2017 11:47:08 for DAS - Rel. 3.1.6 - 18/09/2017.