ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wine/unicode.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 170 of file tooltips.c.
#define BALLOON_ROUNDEDNESS 20 |
Definition at line 165 of file tooltips.c.
#define BALLOON_STEMHEIGHT 13 |
Definition at line 166 of file tooltips.c.
#define BALLOON_STEMINDENT 20 |
Definition at line 168 of file tooltips.c.
#define BALLOON_STEMWIDTH 10 |
Definition at line 167 of file tooltips.c.
#define BALLOON_TEXT_MARGIN (NORMAL_TEXT_MARGIN+8) |
Definition at line 162 of file tooltips.c.
Definition at line 171 of file tooltips.c.
#define ICON_HEIGHT 16 |
Definition at line 172 of file tooltips.c.
#define ICON_WIDTH 16 |
Definition at line 173 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 175 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 1037 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1051 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 523 of file tooltips.c.
Referenced by TOOLTIPS_GetBubbleSize(), and TOOLTIPS_Show().
|
static |
Definition at line 1001 of file tooltips.c.
Referenced by TOOLTIPS_Timer().
|
inlinestatic |
Definition at line 959 of file tooltips.c.
Referenced by TOOLTIPS_EnumToolsT(), TOOLTIPS_GetCurrentToolT(), TOOLTIPS_GetToolInfoT(), and TOOLTIPS_HitTestT().
Definition at line 1841 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 219 of file tooltips.c.
Referenced by TOOLTIPS_Refresh().
|
static |
Definition at line 1153 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1871 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1233 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1249 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1271 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1286 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 370 of file tooltips.c.
Referenced by TOOLTIPS_GetTipText().
|
static |
Definition at line 426 of file tooltips.c.
Referenced by TOOLTIPS_GetTipText().
|
inlinestatic |
Definition at line 1914 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1309 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1319 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
|
static |
Definition at line 1326 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
|
static |
Definition at line 484 of file tooltips.c.
Referenced by TOOLTIPS_GetTextT(), TOOLTIPS_SetToolInfoT(), and TOOLTIPS_Show().
|
inlinestatic |
|
inlinestatic |
Definition at line 1377 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 902 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 929 of file tooltips.c.
Referenced by TOOLTIPS_CheckTool(), TOOLTIPS_HitTestT(), and TOOLTIPS_RelayEvent().
|
static |
Definition at line 1384 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 845 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 1410 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 200 of file tooltips.c.
Referenced by TOOLTIPS_Create(), and TOOLTIPS_WinIniChange().
Definition at line 181 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_SetToolInfoT(), and TOOLTIPS_UpdateTipTextT().
Definition at line 989 of file tooltips.c.
Referenced by TOOLTIPS_CheckTool().
|
static |
Definition at line 1921 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
Definition at line 1930 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1952 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1433 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 236 of file tooltips.c.
Referenced by TOOLTIPS_Refresh().
|
static |
Definition at line 1970 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 2068 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 2008 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1454 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 253 of file tooltips.c.
Referenced by TOOLTIPS_Paint().
Definition at line 2355 of file tooltips.c.
Referenced by DllMain().
|
static |
Definition at line 1463 of file tooltips.c.
Referenced by TOOLTIPS_SubclassProc(), and TOOLTIPS_WindowProc().
|
static |
Definition at line 1144 of file tooltips.c.
Referenced by TOOLTIPS_DelToolT(), and TOOLTIPS_Destroy().
|
static |
Definition at line 1527 of file tooltips.c.
Referenced by TOOLTIPS_Create(), and TOOLTIPS_WindowProc().
|
static |
Definition at line 2022 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1566 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1576 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1587 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
inlinestatic |
Definition at line 1596 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1605 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1649 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 581 of file tooltips.c.
Referenced by TOOLTIPS_SetToolInfoT(), TOOLTIPS_Timer(), TOOLTIPS_TrackShow(), and TOOLTIPS_UpdateTipTextT().
|
static |
Definition at line 2140 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_ResetSubclass(), and TOOLTIPS_SubclassProc().
|
static |
Definition at line 2082 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 1721 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 878 of file tooltips.c.
Referenced by TOOLTIPS_TrackActivate().
|
static |
Definition at line 1752 of file tooltips.c.
Referenced by TOOLTIPS_WindowProc().
|
static |
Definition at line 871 of file tooltips.c.
Referenced by TOOLTIPS_TrackActivate(), and TOOLTIPS_TrackPosition().
Definition at line 2381 of file tooltips.c.
Referenced by DllMain().
|
static |
Definition at line 1769 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 2175 of file tooltips.c.
Referenced by TOOLTIPS_Register().
|
static |
Definition at line 2131 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().