ReactOS 0.4.16-dev-303-g11d5cb8
|
Public Attributes | |
UINT | uFlags |
UINT | uInternalFlags |
HWND | hwnd |
BOOL | bNotifyUnicode |
UINT_PTR | uId |
RECT | rect |
HINSTANCE | hinst |
LPWSTR | lpszText |
LPARAM | lParam |
Definition at line 111 of file tooltips.c.
BOOL TTTOOL_INFO::bNotifyUnicode |
Definition at line 116 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_GetTipText(), and TOOLTIPS_NotifyFormat().
HINSTANCE TTTOOL_INFO::hinst |
Definition at line 119 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CopyInfoT(), TOOLTIPS_GetDispInfoA(), TOOLTIPS_GetDispInfoW(), TOOLTIPS_GetTipText(), TOOLTIPS_SetToolInfoT(), and TOOLTIPS_UpdateTipTextT().
HWND TTTOOL_INFO::hwnd |
Definition at line 115 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CheckTool(), TOOLTIPS_CopyInfoT(), TOOLTIPS_GetDispInfoA(), TOOLTIPS_GetDispInfoW(), TOOLTIPS_GetToolFromInfoT(), TOOLTIPS_GetToolFromPoint(), TOOLTIPS_Hide(), TOOLTIPS_NotifyFormat(), TOOLTIPS_ResetSubclass(), TOOLTIPS_SetToolInfoT(), TOOLTIPS_Show(), and TOOLTIPS_TrackHide().
LPARAM TTTOOL_INFO::lParam |
Definition at line 121 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CopyInfoT(), TOOLTIPS_GetDispInfoA(), TOOLTIPS_GetDispInfoW(), and TOOLTIPS_SetToolInfoT().
LPWSTR TTTOOL_INFO::lpszText |
Definition at line 120 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CopyInfoT(), TOOLTIPS_FreeToolText(), TOOLTIPS_GetDispInfoA(), TOOLTIPS_GetDispInfoW(), TOOLTIPS_GetTextT(), TOOLTIPS_GetTipText(), and TOOLTIPS_SetToolText().
RECT TTTOOL_INFO::rect |
Definition at line 118 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CopyInfoT(), TOOLTIPS_GetToolFromPoint(), TOOLTIPS_NewToolRectT(), TOOLTIPS_SetToolInfoT(), and TOOLTIPS_Show().
UINT TTTOOL_INFO::uFlags |
Definition at line 113 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CheckTool(), TOOLTIPS_CopyInfoT(), TOOLTIPS_GetDispInfoA(), TOOLTIPS_GetDispInfoW(), TOOLTIPS_GetToolFromInfoT(), TOOLTIPS_GetToolFromPoint(), TOOLTIPS_NCHitTest(), TOOLTIPS_SetToolInfoT(), and TOOLTIPS_Show().
UINT_PTR TTTOOL_INFO::uId |
Definition at line 117 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CheckTool(), TOOLTIPS_CopyInfoT(), TOOLTIPS_customdraw_fill(), TOOLTIPS_GetDispInfoA(), TOOLTIPS_GetDispInfoW(), TOOLTIPS_GetToolFromInfoT(), TOOLTIPS_GetToolFromPoint(), TOOLTIPS_Hide(), TOOLTIPS_ResetSubclass(), TOOLTIPS_SetToolInfoT(), TOOLTIPS_Show(), and TOOLTIPS_TrackHide().
UINT TTTOOL_INFO::uInternalFlags |
Definition at line 114 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), and TOOLTIPS_ResetSubclass().