Home
last modified time | relevance | path

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

/reactos/dll/win32/comdlg32/
H A Ditemdlg.c149 HFONT hfont_opendropdown; member
2068 This->hfont_opendropdown = CreateFontIndirectW(&lfw_marlett); in on_wm_initdialog()
2070 SendMessageW(dropdown_hwnd, WM_SETFONT, (LPARAM)This->hfont_opendropdown, 0); in on_wm_initdialog()
2125 DeleteObject(This->hfont_opendropdown); in on_wm_destroy()
2126 This->hfont_opendropdown = NULL; in on_wm_destroy()
2382 DeleteObject(This->hfont_opendropdown); in IFileDialog2_fnRelease()