Searched refs:wndParent (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.h | 136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0) 139 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent);
|
D | ProgressDialog2.h | 237 void ShowAfterMessages(HWND wndParent); 262 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
|
D | ProgressDialog2.cpp | 935 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create() argument 951 res = CModalDialog::Create(SIZED_DIALOG(IDD_PROGRESS), wndParent); in Create() 961 MessageBoxW(wndParent, L"Progress Error", L"7-Zip", MB_ICONERROR); in Create()
|