![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "../GrayLibBase.h"
#include "GrayCore/include/StrConst.h"
#include "GrayCore/include/StrT.h"
#include "GrayCore/include/cMem.h"
#include "GrayCore/include/cOSProcess.h"
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... | |
#define MF_GREYED 1 |
alternate for spelling the 'A' version.
#define WM_MOUSEWHEEL 0x020A |
WINMSG_t WHEEL_DELTA = 120 units.
#define WM_NULL 0 |
Windows HWND messages not always defined.
typedef UINT WINMSG_t |
Supplement _WIN32 "windows.h".
Any windows message code. WM_MOVE, WM_COMMAND, etc