#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 GWL | ( | hwnd | ) | reinterpret_cast<AP_Win32Frame *>(GetWindowLongPtrW((hwnd), GWLP_USERDATA)) |
#define SCROLL_LINE_SIZE 20 |
#define SPI_GETWHEELSCROLLLINES 104 |
Referenced by AP_Win32FrameImpl::_getMouseWheelLines().
#define SWL | ( | hwnd, | ||
f | ||||
) | SetWindowLongPtrW((hwnd), GWLP_USERDATA,(LONG_PTR)(f)) |
Referenced by AP_Win32FrameImpl::_createDocumentWindow().
#define UNICODE_NOCHAR 0xFFFF |
Referenced by AP_Win32FrameImpl::_DocumentWndProc().
#define WM_UNICHAR 0x109 |
Referenced by AP_Win32FrameImpl::_DocumentWndProc().
#define XX_StyleBits (WS_DISABLED | SBS_SIZEBOX) |
Referenced by AP_Win32FrameImpl::_createDocumentWindow().