OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
wsysinc.h File Reference

Includes windowing system headers, with necessary macros defined. More...

Go to the source code of this file.

Macros

#define WS_EX_MDICHILD   0x00000040L
 
#define WS_EX_TOOLWINDOW   0x00000080L
 
#define WS_EX_WINDOWEDGE   0x00000100L
 
#define WS_EX_CLIENTEDGE   0x00000200L
 
#define WS_EX_CONTEXTHELP   0x00000400L
 
#define WS_EX_RIGHT   0x00001000L
 
#define WS_EX_LEFT   0x00000000L
 
#define WS_EX_RTLREADING   0x00002000L
 
#define WS_EX_LTRREADING   0x00000000L
 
#define WS_EX_LEFTSCROLLBAR   0x00004000L
 
#define WS_EX_RIGHTSCROLLBAR   0x00000000L
 
#define WS_EX_CONTROLPARENT   0x00010000L
 
#define WS_EX_STATICEDGE   0x00020000L
 
#define WS_EX_APPWINDOW   0x00040000L
 
#define WS_EX_OVERLAPPEDWINDOW   (WS_EX_WINDOWEDGE | WS_EX_CLIENTEDGE)
 

Detailed Description

Includes windowing system headers, with necessary macros defined.

Definition in file wsysinc.h.

Macro Definition Documentation

◆ WS_EX_APPWINDOW

#define WS_EX_APPWINDOW   0x00040000L

Definition at line 63 of file wsysinc.h.

◆ WS_EX_CLIENTEDGE

#define WS_EX_CLIENTEDGE   0x00000200L

Definition at line 33 of file wsysinc.h.

◆ WS_EX_CONTEXTHELP

#define WS_EX_CONTEXTHELP   0x00000400L

Definition at line 36 of file wsysinc.h.

◆ WS_EX_CONTROLPARENT

#define WS_EX_CONTROLPARENT   0x00010000L

Definition at line 57 of file wsysinc.h.

◆ WS_EX_LEFT

#define WS_EX_LEFT   0x00000000L

Definition at line 42 of file wsysinc.h.

◆ WS_EX_LEFTSCROLLBAR

#define WS_EX_LEFTSCROLLBAR   0x00004000L

Definition at line 51 of file wsysinc.h.

◆ WS_EX_LTRREADING

#define WS_EX_LTRREADING   0x00000000L

Definition at line 48 of file wsysinc.h.

◆ WS_EX_MDICHILD

#define WS_EX_MDICHILD   0x00000040L

Definition at line 24 of file wsysinc.h.

◆ WS_EX_OVERLAPPEDWINDOW

#define WS_EX_OVERLAPPEDWINDOW   (WS_EX_WINDOWEDGE | WS_EX_CLIENTEDGE)

Definition at line 66 of file wsysinc.h.

◆ WS_EX_RIGHT

#define WS_EX_RIGHT   0x00001000L

Definition at line 39 of file wsysinc.h.

◆ WS_EX_RIGHTSCROLLBAR

#define WS_EX_RIGHTSCROLLBAR   0x00000000L

Definition at line 54 of file wsysinc.h.

◆ WS_EX_RTLREADING

#define WS_EX_RTLREADING   0x00002000L

Definition at line 45 of file wsysinc.h.

◆ WS_EX_STATICEDGE

#define WS_EX_STATICEDGE   0x00020000L

Definition at line 60 of file wsysinc.h.

◆ WS_EX_TOOLWINDOW

#define WS_EX_TOOLWINDOW   0x00000080L

Definition at line 27 of file wsysinc.h.

◆ WS_EX_WINDOWEDGE

#define WS_EX_WINDOWEDGE   0x00000100L

Definition at line 30 of file wsysinc.h.