ReactOS 0.4.16-dev-533-gc7d1aa3
|
Definition at line 125 of file tooltips.c.
BOOL TOOLTIPS_INFO::bActive |
Definition at line 129 of file tooltips.c.
Referenced by TOOLTIPS_Activate(), TOOLTIPS_Create(), TOOLTIPS_RelayEvent(), TOOLTIPS_Timer(), and TOOLTIPS_UpdateTipTextT().
BOOL TOOLTIPS_INFO::bToolBelow |
Definition at line 146 of file tooltips.c.
Referenced by TOOLTIPS_Refresh(), and TOOLTIPS_Show().
BOOL TOOLTIPS_INFO::bTrackActive |
Definition at line 130 of file tooltips.c.
Referenced by TOOLTIPS_Create(), TOOLTIPS_NCHitTest(), TOOLTIPS_TrackActivate(), TOOLTIPS_TrackPosition(), and TOOLTIPS_UpdateTipTextT().
COLORREF TOOLTIPS_INFO::clrBk |
Definition at line 132 of file tooltips.c.
Referenced by TOOLTIPS_GetTipBkColor(), TOOLTIPS_InitSystemSettings(), TOOLTIPS_Refresh(), and TOOLTIPS_SetTipBkColor().
COLORREF TOOLTIPS_INFO::clrText |
Definition at line 133 of file tooltips.c.
Referenced by TOOLTIPS_GetTipTextColor(), TOOLTIPS_InitSystemSettings(), TOOLTIPS_Refresh(), and TOOLTIPS_SetTipTextColor().
HFONT TOOLTIPS_INFO::hFont |
Definition at line 134 of file tooltips.c.
Referenced by TOOLTIPS_CalcTipSize(), TOOLTIPS_Destroy(), TOOLTIPS_GetFont(), TOOLTIPS_InitSystemSettings(), TOOLTIPS_Refresh(), and TOOLTIPS_SetFont().
HFONT TOOLTIPS_INFO::hTitleFont |
Definition at line 135 of file tooltips.c.
Referenced by TOOLTIPS_CalcTipSize(), TOOLTIPS_Destroy(), TOOLTIPS_InitSystemSettings(), TOOLTIPS_Refresh(), and TOOLTIPS_SetFont().
HICON TOOLTIPS_INFO::hTitleIcon |
Definition at line 148 of file tooltips.c.
Referenced by TOOLTIPS_CalcTipSize(), TOOLTIPS_Destroy(), TOOLTIPS_Refresh(), and TOOLTIPS_SetTitleT().
HWND TOOLTIPS_INFO::hwndSelf |
Definition at line 127 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CalcTipSize(), TOOLTIPS_CheckTool(), TOOLTIPS_Create(), TOOLTIPS_customdraw_fill(), TOOLTIPS_Destroy(), TOOLTIPS_GetDispInfoA(), TOOLTIPS_GetDispInfoW(), TOOLTIPS_GetTipText(), TOOLTIPS_Hide(), TOOLTIPS_NCHitTest(), TOOLTIPS_NotifyFormat(), TOOLTIPS_Paint(), TOOLTIPS_Refresh(), TOOLTIPS_RelayEvent(), TOOLTIPS_SetTitleT(), TOOLTIPS_Show(), TOOLTIPS_Timer(), TOOLTIPS_TrackHide(), and TOOLTIPS_Update().
INT TOOLTIPS_INFO::nAutoPopTime |
Definition at line 143 of file tooltips.c.
Referenced by TOOLTIPS_GetDelayTime(), TOOLTIPS_RelayEvent(), TOOLTIPS_SetDelayTime(), and TOOLTIPS_Show().
INT TOOLTIPS_INFO::nCurrentTool |
Definition at line 140 of file tooltips.c.
Referenced by TOOLTIPS_Activate(), TOOLTIPS_Create(), TOOLTIPS_customdraw_fill(), TOOLTIPS_DelToolT(), TOOLTIPS_GetCurrentToolT(), TOOLTIPS_Hide(), TOOLTIPS_RelayEvent(), TOOLTIPS_SetFont(), TOOLTIPS_SetToolInfoT(), TOOLTIPS_Show(), TOOLTIPS_Timer(), TOOLTIPS_Update(), and TOOLTIPS_UpdateTipTextT().
INT TOOLTIPS_INFO::nInitialTime |
Definition at line 144 of file tooltips.c.
Referenced by TOOLTIPS_GetDelayTime(), TOOLTIPS_RelayEvent(), and TOOLTIPS_SetDelayTime().
INT TOOLTIPS_INFO::nMaxTipWidth |
Definition at line 138 of file tooltips.c.
Referenced by TOOLTIPS_CalcTipSize(), TOOLTIPS_Create(), TOOLTIPS_GetMaxTipWidth(), TOOLTIPS_Refresh(), and TOOLTIPS_SetMaxTipWidth().
INT TOOLTIPS_INFO::nReshowTime |
Definition at line 142 of file tooltips.c.
Referenced by TOOLTIPS_GetDelayTime(), TOOLTIPS_RelayEvent(), TOOLTIPS_SetDelayTime(), TOOLTIPS_Show(), and TOOLTIPS_Timer().
INT TOOLTIPS_INFO::nTool |
Definition at line 139 of file tooltips.c.
Referenced by TOOLTIPS_Create(), TOOLTIPS_DelToolT(), TOOLTIPS_NCHitTest(), TOOLTIPS_RelayEvent(), TOOLTIPS_Show(), and TOOLTIPS_Timer().
INT TOOLTIPS_INFO::nTrackTool |
Definition at line 141 of file tooltips.c.
Referenced by TOOLTIPS_Create(), TOOLTIPS_DelToolT(), TOOLTIPS_NCHitTest(), TOOLTIPS_Show(), TOOLTIPS_TrackActivate(), and TOOLTIPS_TrackHide().
LPWSTR TOOLTIPS_INFO::pszTitle |
Definition at line 147 of file tooltips.c.
Referenced by TOOLTIPS_CalcTipSize(), TOOLTIPS_Destroy(), TOOLTIPS_Refresh(), and TOOLTIPS_SetTitleT().
RECT TOOLTIPS_INFO::rcMargin |
Definition at line 145 of file tooltips.c.
Referenced by TOOLTIPS_CalcTipSize(), TOOLTIPS_GetMargin(), TOOLTIPS_Refresh(), and TOOLTIPS_SetMargin().
WCHAR TOOLTIPS_INFO::szTipText[INFOTIPSIZE] |
Definition at line 128 of file tooltips.c.
Referenced by TOOLTIPS_CalcTipSize(), TOOLTIPS_GetTextLength(), TOOLTIPS_OnWMGetText(), TOOLTIPS_Refresh(), TOOLTIPS_SetToolInfoT(), and TOOLTIPS_Show().
TTTOOL_INFO* TOOLTIPS_INFO::tools |
Definition at line 150 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_CheckTool(), TOOLTIPS_CopyInfoT(), TOOLTIPS_customdraw_fill(), TOOLTIPS_DelToolT(), TOOLTIPS_Destroy(), TOOLTIPS_GetTextT(), TOOLTIPS_GetTipText(), TOOLTIPS_GetToolFromInfoT(), TOOLTIPS_GetToolFromPoint(), TOOLTIPS_Hide(), TOOLTIPS_NCHitTest(), TOOLTIPS_NewToolRectT(), TOOLTIPS_NotifyFormat(), TOOLTIPS_SetToolInfoT(), TOOLTIPS_Show(), TOOLTIPS_TrackHide(), and TOOLTIPS_UpdateTipTextT().
UINT TOOLTIPS_INFO::uNumTools |
Definition at line 131 of file tooltips.c.
Referenced by TOOLTIPS_AddToolT(), TOOLTIPS_DelToolT(), TOOLTIPS_Destroy(), TOOLTIPS_EnumToolsT(), TOOLTIPS_GetToolCount(), TOOLTIPS_GetToolFromInfoT(), TOOLTIPS_GetToolFromPoint(), TOOLTIPS_GetToolInfoT(), and TOOLTIPS_NCHitTest().
INT TOOLTIPS_INFO::xTrackPos |
Definition at line 136 of file tooltips.c.
Referenced by TOOLTIPS_Show(), and TOOLTIPS_TrackPosition().
INT TOOLTIPS_INFO::yTrackPos |
Definition at line 137 of file tooltips.c.
Referenced by TOOLTIPS_Show(), and TOOLTIPS_TrackPosition().