| 191 | } |
| 192 | |
| 193 | void WebViewCreateOption::PopupDialog(AppWindow* app) |
| 194 | { |
| 195 | DialogBoxParam( |
| 196 | g_hInstance, MAKEINTRESOURCE(IDD_WEBVIEW2_OPTION), app->GetMainWindow(), DlgProcStatic, |
| 197 | (LPARAM)app); |
| 198 | } |
| 199 | |
| 200 | // Creates a new window which is a copy of the entire app, but on the same thread. |
| 201 | AppWindow::AppWindow( |
no test coverage detected