Home
last modified time | relevance | path

Searched refs:SetIcon (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DStatic.h18 HICON SetIcon(HICON icon) { return (HICON)SetImage(IMAGE_ICON, icon); } in SetIcon() function in NWindows::NControl::CStatic
21 HICON SetIcon(HICON icon) { return (HICON)SendMsg(STM_SETICON, (WPARAM)icon, 0); } in SetIcon() function in NWindows::NControl::CStatic
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.cpp93 staticContol.SetIcon(shellFileInfo.hIcon); in SetFileInfoControl()
H A DProgressDialog.cpp67 SetIcon(ICON_BIG, icon); in OnInit()
H A DProgressDialog2.cpp413 // SetIcon(ICON_SMALL, icon); in OnInit()
414 SetIcon(ICON_BIG, icon); in OnInit()
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp236 SetIcon(ICON_BIG, icon); in OnInit()
/third_party/lzma/CPP/Windows/
H A DWindow.h353 HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMsg(WM_SETICON, sizeType, (LPARAM)icon); } in SetIcon() function in NWindows::CWindow

Completed in 5 milliseconds