Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Window styles

Defines


Define Documentation

#define WS_ABSSCRPOS   0x80000000L
 

Creates a main window whose position is based on absolute screen coordinates.

Definition at line 2584 of file window.h.

#define WS_BORDER   0x00400000L
 

Creates a window with border.

Definition at line 2626 of file window.h.

#define WS_CAPTION   0x20000000L
 

Creates a main window with caption.

Definition at line 2596 of file window.h.

#define WS_CHILD   0x40000000L
 

Indicates the window is a child.

Definition at line 2590 of file window.h.

#define WS_DISABLED   0x04000000L
 

Creates a window initially disabled.

Definition at line 2614 of file window.h.

#define WS_EX_CLIPCHILDREN   0x80000000L
 

When paint the window, the children areas will be clipped.

Definition at line 2761 of file window.h.

#define WS_EX_CTRLASMAINWIN   0x40000000L
 

The control can be displayed out of the main window which contains the control.

Definition at line 2755 of file window.h.

#define WS_EX_NOCLOSEBOX   0x20000000L
 

The main window has no closing box on its caption.

Definition at line 2749 of file window.h.

#define WS_EX_NONE   0x00000000L
 

None extended window style.

Definition at line 2681 of file window.h.

#define WS_EX_TOOLWINDOW   0x00000080L
 

The main window is a tool window, which can not gain the input focus.

Definition at line 2711 of file window.h.

#define WS_EX_TOPMOST   0x00000008L
 

The main window is a topmost (always on top) window.

Definition at line 2698 of file window.h.

#define WS_EX_TRANSPARENT   0x00000020L
 

The window is transparent.

Note:
This style is only implemented for controls.

Definition at line 2705 of file window.h.

#define WS_EX_USEPARENTCURSOR   0x00000800L
 

The window uses the default cursor of its parent.

Definition at line 2725 of file window.h.

#define WS_EX_USEPARENTFONT   0x00000100L
 

The window uses the default font of its parent.

Definition at line 2717 of file window.h.

#define WS_EX_USEPRIVATECDC   0x00000002L
 

The window has its own private client device context.

See also:
CreatePrivateClientDC

Definition at line 2689 of file window.h.

#define WS_GROUP   0x00020000L
 

Indicates the control is the leader of a group.

Definition at line 2668 of file window.h.

#define WS_HSCROLL   0x00040000L
 

Creates a window with horizontal scroll bar.

Definition at line 2650 of file window.h.

#define WS_MAXIMIZEBOX   0x00010000L
 

Creates a window with maximizing box on caption.

Definition at line 2662 of file window.h.

#define WS_MINIMIZEBOX   0x00020000L
 

Creates a window with minimizing box on caption.

Definition at line 2656 of file window.h.

#define WS_NONE   0x00000000L
 

None style.

Definition at line 2575 of file window.h.

#define WS_SYSMENU   0x10000000L
 

Creates a main window with system menu.

Definition at line 2602 of file window.h.

#define WS_TABSTOP   0x00010000L
 

Indicates the user can set the input focus to the control by using Tab key.

Definition at line 2675 of file window.h.

#define WS_THICKFRAME   0x00200000L
 

Creates a window with thick frame.

Definition at line 2632 of file window.h.

#define WS_THINFRAME   0x00100000L
 

Creates a window with thin frame.

Definition at line 2638 of file window.h.

#define WS_VISIBLE   0x08000000L
 

Creates a window initially visible.

Definition at line 2608 of file window.h.

#define WS_VSCROLL   0x00080000L
 

Creates a window with vertical scroll bar.

Definition at line 2644 of file window.h.


Generated on Mon Jun 26 13:54:32 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2