Defines

ap_Win32FrameImpl.cpp File Reference

#include "ap_Win32FrameImpl.h"
#include "ap_Win32Frame.h"
#include "ut_Win32Timer.h"
#include "ut_Win32OS.h"
#include "gr_Win32Graphics.h"
#include "gr_Painter.h"
#include "ap_Win32TopRuler.h"
#include "ap_Win32LeftRuler.h"
#include "ap_Win32StatusBar.h"
#include "ut_Win32LocaleString.h"
#include <winuser.h>
#include <zmouse.h>

Defines

#define SPI_GETWHEELSCROLLLINES   104
#define WM_UNICHAR   0x109
#define UNICODE_NOCHAR   0xFFFF
#define GWL(hwnd)   reinterpret_cast<AP_Win32Frame *>(GetWindowLongPtrW((hwnd), GWLP_USERDATA))
#define SWL(hwnd, f)   SetWindowLongPtrW((hwnd), GWLP_USERDATA,(LONG_PTR)(f))
#define XX_StyleBits   (WS_DISABLED | SBS_SIZEBOX)
#define SCROLL_LINE_SIZE   20

Define Documentation

#define GWL (   hwnd  )     reinterpret_cast<AP_Win32Frame *>(GetWindowLongPtrW((hwnd), GWLP_USERDATA))
#define SCROLL_LINE_SIZE   20
#define SPI_GETWHEELSCROLLLINES   104
#define SWL (   hwnd,
  f 
)    SetWindowLongPtrW((hwnd), GWLP_USERDATA,(LONG_PTR)(f))
#define UNICODE_NOCHAR   0xFFFF
#define WM_UNICHAR   0x109
#define XX_StyleBits   (WS_DISABLED | SBS_SIZEBOX)