Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dhotkey.c62 static LRESULT HOTKEY_SetFont (HOTKEY_INFO *infoPtr, HFONT hFont, BOOL redraw);
234 HOTKEY_SetFont(infoPtr, GetStockObject(SYSTEM_FONT), 0); in HOTKEY_Create()
440 HOTKEY_SetFont (HOTKEY_INFO *infoPtr, HFONT hFont, BOOL redraw) in HOTKEY_SetFont() function
528 return HOTKEY_SetFont (infoPtr, (HFONT)wParam, LOWORD(lParam)); in HOTKEY_WindowProc()