Searched refs:SetIcon (Results 1 – 9 of 9) sorted by relevance
18 HICON SetIcon(HICON icon) { return (HICON)SetImage(IMAGE_ICON, icon); } in SetIcon() function21 HICON SetIcon(HICON icon) { return (HICON)SendMessage(STM_SETICON, (WPARAM)icon, 0); } in SetIcon() function
90 staticContol.SetIcon(shellFileInfo.hIcon); in SetFileInfoControl()
65 SetIcon(ICON_BIG, icon); in OnInit()
383 SetIcon(ICON_BIG, icon); in OnInit()
34 void SetIcon(int32_t nIconIndex);
89 void CPWL_IconList_Item::SetIcon(int32_t nIconIndex) { in SetIcon() function in CPWL_IconList_Item320 pItem->SetIcon(nIconIndex); in SetListIcon()
234 SetIcon(ICON_BIG, icon); in OnInit()
273 …HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMessage(WM_SETICON, sizeType, (LPAR… in SetIcon() function
55 self.SetIcon(self.myicon)