Searched refs:hfont_opendropdown (Results 1 – 1 of 1) sorted by relevance
149 HFONT hfont_opendropdown; member2068 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()