Home
last modified time | relevance | path

Searched refs:BALLOON_ICON_TITLE_SPACING (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dtooltips.c177 #define BALLOON_ICON_TITLE_SPACING 8 /* horizontal spacing between icon and title */ macro
322 rcTitle.left += ICON_WIDTH + BALLOON_ICON_TITLE_SPACING; in TOOLTIPS_Refresh()
555 if (title.cx != 0) title.cx += BALLOON_ICON_TITLE_SPACING; in TOOLTIPS_CalcTipSize()