#include "stdafx.h"#include "XInfoTip.h"Go to the source code of this file.
Defines | |
| #define | CX_ROUNDED 12 |
| #define | CY_ROUNDED 10 |
| #define | CX_LEADER 25 |
| #define | CY_LEADER 25 |
| #define | CX_ICON_MARGIN 5 |
| #define | DEFAULT_SHOW_DELAY 5000 |
| #define | TIMER_HIDE 5000 |
| #define | IDC_DSA 12000 |
| #define CX_ICON_MARGIN 5 |
Definition at line 19 of file XInfoTip.cpp.
Referenced by CXInfoTip::GetWindowRegion(), and CXInfoTip::OnPaint().
| #define CX_LEADER 25 |
| #define CX_ROUNDED 12 |
Definition at line 15 of file XInfoTip.cpp.
Referenced by CXInfoTip::GetWindowRegion(), CXInfoTip::OnPaint(), and CXInfoTip::OnTimer().
| #define CY_LEADER 25 |
| #define CY_ROUNDED 10 |
Definition at line 16 of file XInfoTip.cpp.
Referenced by CXInfoTip::GetWindowRegion(), CXInfoTip::OnPaint(), and CXInfoTip::OnTimer().
| #define DEFAULT_SHOW_DELAY 5000 |
| #define IDC_DSA 12000 |
| #define TIMER_HIDE 5000 |
1.5.6