Searched refs:SetIcon (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | Static.h | 18 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 D | OverwriteDialog.cpp | 93 staticContol.SetIcon(shellFileInfo.hIcon);
in SetFileInfoControl()
|
H A D | ProgressDialog.cpp | 67 SetIcon(ICON_BIG, icon);
in OnInit()
|
H A D | ProgressDialog2.cpp | 413 // SetIcon(ICON_SMALL, icon);
in OnInit() 414 SetIcon(ICON_BIG, icon);
in OnInit()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractDialog.cpp | 236 SetIcon(ICON_BIG, icon);
in OnInit()
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 353 HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMsg(WM_SETICON, sizeType, (LPARAM)icon); }
in SetIcon() function in NWindows::CWindow
|
Completed in 5 milliseconds