ReactOS 0.4.15-dev-7958-gcd0bb1a
TOOLTIPS_INFO Struct Reference
Collaboration diagram for TOOLTIPS_INFO:

Public Attributes

HWND hwndSelf
 
WCHAR szTipText [INFOTIPSIZE]
 
BOOL bActive
 
BOOL bTrackActive
 
UINT uNumTools
 
COLORREF clrBk
 
COLORREF clrText
 
HFONT hFont
 
HFONT hTitleFont
 
INT xTrackPos
 
INT yTrackPos
 
INT nMaxTipWidth
 
INT nTool
 
INT nCurrentTool
 
INT nTrackTool
 
INT nReshowTime
 
INT nAutoPopTime
 
INT nInitialTime
 
RECT rcMargin
 
BOOL bToolBelow
 
LPWSTR pszTitle
 
HICON hTitleIcon
 
TTTOOL_INFOtools
 

Detailed Description

Definition at line 125 of file tooltips.c.

Member Data Documentation

◆ bActive

BOOL TOOLTIPS_INFO::bActive

◆ bToolBelow

BOOL TOOLTIPS_INFO::bToolBelow

Definition at line 146 of file tooltips.c.

Referenced by TOOLTIPS_Refresh(), and TOOLTIPS_Show().

◆ bTrackActive

BOOL TOOLTIPS_INFO::bTrackActive

◆ clrBk

COLORREF TOOLTIPS_INFO::clrBk

◆ clrText

COLORREF TOOLTIPS_INFO::clrText

◆ hFont

◆ hTitleFont

HFONT TOOLTIPS_INFO::hTitleFont

◆ hTitleIcon

HICON TOOLTIPS_INFO::hTitleIcon

◆ hwndSelf

◆ nAutoPopTime

INT TOOLTIPS_INFO::nAutoPopTime

◆ nCurrentTool

◆ nInitialTime

INT TOOLTIPS_INFO::nInitialTime

Definition at line 144 of file tooltips.c.

Referenced by TOOLTIPS_GetDelayTime(), TOOLTIPS_RelayEvent(), and TOOLTIPS_SetDelayTime().

◆ nMaxTipWidth

INT TOOLTIPS_INFO::nMaxTipWidth

◆ nReshowTime

INT TOOLTIPS_INFO::nReshowTime

◆ nTool

INT TOOLTIPS_INFO::nTool

◆ nTrackTool

INT TOOLTIPS_INFO::nTrackTool

◆ pszTitle

LPWSTR TOOLTIPS_INFO::pszTitle

◆ rcMargin

RECT TOOLTIPS_INFO::rcMargin

◆ szTipText

◆ tools

◆ uNumTools

◆ xTrackPos

INT TOOLTIPS_INFO::xTrackPos

Definition at line 136 of file tooltips.c.

Referenced by TOOLTIPS_Show(), and TOOLTIPS_TrackPosition().

◆ yTrackPos

INT TOOLTIPS_INFO::yTrackPos

Definition at line 137 of file tooltips.c.

Referenced by TOOLTIPS_Show(), and TOOLTIPS_TrackPosition().


The documentation for this struct was generated from the following file: