Searched refs:wndParent (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog.h | 139 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL)
in Create() 142 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent);
in Create()
|
H A D | ProgressDialog2.h | 244 void ShowAfterMessages(HWND wndParent);
269 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL);
|
H A D | ProgressDialog2.cpp | 955 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent)
in Create() argument 971 res = CModalDialog::Create(SIZED_DIALOG(IDD_PROGRESS), wndParent);
in Create() 980 MessageBoxW(wndParent, L"Progress Error", L"7-Zip", MB_ICONERROR);
in Create()
|
Completed in 4 milliseconds