ReactOS 0.4.16-dev-311-g9382aa2
|
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "comctl32.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | TTTOOL_INFO |
struct | TOOLTIPS_INFO |
Macros | |
#define | ID_TIMERSHOW 1 /* show delay timer */ |
#define | ID_TIMERPOP 2 /* auto pop timer */ |
#define | ID_TIMERLEAVE 3 /* tool leave timer */ |
#define | TOOLTIPS_GetInfoPtr(hWindow) ((TOOLTIPS_INFO *)GetWindowLongPtrW (hWindow, 0)) |
#define | NORMAL_TEXT_MARGIN 2 |
#define | BALLOON_TEXT_MARGIN (NORMAL_TEXT_MARGIN+8) |
#define | BALLOON_ROUNDEDNESS 20 |
#define | BALLOON_STEMHEIGHT 13 |
#define | BALLOON_STEMWIDTH 10 |
#define | BALLOON_STEMINDENT 20 |
#define | BALLOON_ICON_TITLE_SPACING 8 /* horizontal spacing between icon and title */ |
#define | BALLOON_TITLE_TEXT_SPACING 8 /* vertical spacing between icon/title and main text */ |
#define | ICON_HEIGHT 16 |
#define | ICON_WIDTH 16 |
#define | MAX_TEXT_SIZE_A 80 /* maximum retrieving text size by ANSI message */ |
Variables | |
static HICON | hTooltipIcons [TTI_ERROR+1] |
Definition at line 177 of file tooltips.c.
#define BALLOON_ROUNDEDNESS 20 |
Definition at line 171 of file tooltips.c.
#define BALLOON_STEMHEIGHT 13 |
Definition at line 172 of file tooltips.c.
#define BALLOON_STEMINDENT 20 |
Definition at line 174 of file tooltips.c.
#define BALLOON_STEMWIDTH 10 |
Definition at line 173 of file tooltips.c.
#define BALLOON_TEXT_MARGIN (NORMAL_TEXT_MARGIN+8) |
Definition at line 162 of file tooltips.c.
Definition at line 178 of file tooltips.c.
#define ICON_HEIGHT 16 |
Definition at line 179 of file tooltips.c.
#define ICON_WIDTH 16 |
Definition at line 180 of file tooltips.c.
Definition at line 155 of file tooltips.c.
Definition at line 154 of file tooltips.c.
#define ID_TIMERSHOW 1 /* show delay timer */ |
Definition at line 153 of file tooltips.c.
Definition at line 182 of file tooltips.c.
#define NORMAL_TEXT_MARGIN 2 |
Definition at line 161 of file tooltips.c.
#define TOOLTIPS_GetInfoPtr | ( | hWindow | ) | ((TOOLTIPS_INFO *)GetWindowLongPtrW (hWindow, 0)) |
Definition at line 158 of file tooltips.c.
|
static |
Definition at line 1092 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1106 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 528 of file tooltips.c.
Referenced by TOOLTIPS_GetBubbleSize(), and TOOLTIPS_Show().
|
static |
Definition at line 1056 of file tooltips.c.
Referenced by TOOLTIPS_Timer().
|
inlinestatic |
Definition at line 1014 of file tooltips.c.
Referenced by TOOLTIPS_EnumToolsT(), TOOLTIPS_GetCurrentToolT(), TOOLTIPS_GetToolInfoT(), and TOOLTIPS_HitTestT().
Definition at line 1870 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 217 of file tooltips.c.
Referenced by TOOLTIPS_Refresh().
|
static |
Definition at line 1247 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1900 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1321 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1207 of file tooltips.c.
Referenced by TOOLTIPS_DelToolT(), TOOLTIPS_Destroy(), and TOOLTIPS_SetToolText().
|
static |
Definition at line 1337 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1359 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1374 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 371 of file tooltips.c.
Referenced by TOOLTIPS_GetTipText().
|
static |
Definition at line 429 of file tooltips.c.
Referenced by TOOLTIPS_GetTipText().
|
inlinestatic |
Definition at line 1934 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1397 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1407 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 2071 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1414 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
|
static |
Definition at line 489 of file tooltips.c.
Referenced by TOOLTIPS_GetTextT(), TOOLTIPS_SetToolInfoT(), and TOOLTIPS_Show().
|
inlinestatic |
|
inlinestatic |
Definition at line 1465 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 957 of file tooltips.c.
Referenced by TOOLTIPS_DelToolT(), TOOLTIPS_GetBubbleSize(), TOOLTIPS_GetTextT(), TOOLTIPS_GetToolInfoT(), TOOLTIPS_NewToolRectT(), TOOLTIPS_SetToolInfoT(), TOOLTIPS_TrackActivate(), and TOOLTIPS_UpdateTipTextT().
|
static |
Definition at line 984 of file tooltips.c.
Referenced by TOOLTIPS_CheckTool(), TOOLTIPS_HitTestT(), and TOOLTIPS_RelayEvent().
|
static |
Definition at line 1472 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 900 of file tooltips.c.
Referenced by TOOLTIPS_Activate(), TOOLTIPS_DelToolT(), TOOLTIPS_MouseMessage(), TOOLTIPS_Pop(), TOOLTIPS_RelayEvent(), TOOLTIPS_SetToolInfoT(), and TOOLTIPS_Timer().
|
static |
Definition at line 1498 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 198 of file tooltips.c.
Referenced by TOOLTIPS_Create(), and TOOLTIPS_WinIniChange().
Definition at line 1044 of file tooltips.c.
Referenced by TOOLTIPS_CheckTool().
|
static |
Definition at line 1941 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
Definition at line 1950 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1972 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1521 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 234 of file tooltips.c.
Referenced by TOOLTIPS_Refresh().
|
static |
Definition at line 1990 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 2088 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 2028 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1542 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 251 of file tooltips.c.
Referenced by TOOLTIPS_Paint().
Definition at line 2375 of file tooltips.c.
Referenced by DllMain().
|
static |
Definition at line 1551 of file tooltips.c.
Referenced by TOOLTIPS_SubclassProc(), and TOOLTIPS_WindowProc().
|
static |
Definition at line 1199 of file tooltips.c.
Referenced by TOOLTIPS_DelToolT(), and TOOLTIPS_Destroy().
|
static |
Definition at line 1615 of file tooltips.c.
Referenced by TOOLTIPS_Create(), and TOOLTIPS_WindowProc().
|
static |
Definition at line 2042 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1654 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1664 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1675 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1684 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1693 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1736 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1217 of file tooltips.c.
Referenced by TOOLTIPS_SetToolInfoT(), and TOOLTIPS_UpdateTipTextT().
|
static |
Definition at line 589 of file tooltips.c.
Referenced by TOOLTIPS_SetToolInfoT(), TOOLTIPS_Timer(), TOOLTIPS_TrackShow(), and TOOLTIPS_UpdateTipTextT().
|
static |
Definition at line 2160 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_ResetSubclass(), and TOOLTIPS_SubclassProc().
|
static |
Definition at line 2102 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1779 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 933 of file tooltips.c.
Referenced by TOOLTIPS_TrackActivate().
|
static |
Definition at line 1810 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 926 of file tooltips.c.
Referenced by TOOLTIPS_TrackActivate(), and TOOLTIPS_TrackPosition().
Definition at line 2401 of file tooltips.c.
Referenced by DllMain().
|
static |
Definition at line 1827 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1837 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 2195 of file tooltips.c.
Referenced by TOOLTIPS_Register().
|
static |
Definition at line 2151 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
WINE_DEFAULT_DEBUG_CHANNEL | ( | tooltips | ) |
Definition at line 109 of file tooltips.c.
Referenced by TOOLTIPS_GetTitleIconIndex(), TOOLTIPS_Register(), TOOLTIPS_SetTitleT(), and TOOLTIPS_Unregister().