Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
WinTypes.h File Reference

Go to the source code of this file.

Classes

class  GrayLib::cWinSize
 
class  GrayLib::cWinFontCfg
 
class  GrayLib::cWindowPlacement
 

Namespaces

 GrayLib
 

Macros

#define WM_NULL   0
 Windows HWND messages not always defined. More...
 
#define WM_MOUSEWHEEL   0x020A
 WINMSG_t WHEEL_DELTA = 120 units. More...
 
#define MF_GREYED   1
 alternate for spelling the 'A' version. More...
 

Typedefs

typedef UINT WINMSG_t
 Supplement _WIN32 "windows.h". More...
 

Detailed Description

Macro Definition Documentation

◆ MF_GREYED

#define MF_GREYED   1

alternate for spelling the 'A' version.

◆ WM_MOUSEWHEEL

#define WM_MOUSEWHEEL   0x020A

WINMSG_t WHEEL_DELTA = 120 units.

◆ WM_NULL

#define WM_NULL   0

Windows HWND messages not always defined.

Typedef Documentation

◆ WINMSG_t

typedef UINT WINMSG_t

Supplement _WIN32 "windows.h".

Any windows message code. WM_MOVE, WM_COMMAND, etc