Property Sheet dialog.
More...
#include <window.h>
Property Sheet dialog.
Definition at line 408 of file window.h.
◆ Vector
◆ PropertySheetDialog()
PropertySheetDialog::PropertySheetDialog |
( |
HWND |
owner | ) |
|
Definition at line 1324 of file window.cpp.
1326{
1329 PROPSHEETHEADER::hwndParent = owner;
1331}
ExplorerGlobals g_Globals
#define PSH_PROPSHEETPAGE
◆ add()
◆ DoModal()
int PropertySheetDialog::DoModal |
( |
int |
start_page = 0 | ) |
|
Definition at line 1338 of file window.cpp.
1339{
1343
1344
1345
1346
1347
1348
1349
1352 return -1;
1353
1356
1359
1362
1364 try {
1365 if (Window::pretranslate_msg(&
msg))
1366 continue;
1367
1369 continue;
1370
1371 if (Window::dispatch_dialog_msg(&
msg))
1372 continue;
1373
1375
1376 try {
1380 }
1381
1384 break;
1385 }
1388 }
1389 }
1390
1393
1395
1397}
static const WCHAR start_page[]
#define PropSheet_IsDialogMessage(d, m)
#define PropSheet_GetCurrentPageHwnd(d)
void HandleException(COMException &e, HWND hwnd)
Exception Handler for COM exceptions.
Exception with context information.
TW_UINT32 TW_UINT16 TW_UINT16 MSG
#define PropSheet_GetResult(hDlg)
BOOL WINAPI TranslateMessage(_In_ const MSG *)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)
HWND WINAPI GetParent(_In_ HWND)
BOOL WINAPI DestroyWindow(_In_ HWND)
Referenced by ExplorerPropertySheet().
◆ GetCurrentPage()
HWND PropertySheetDialog::GetCurrentPage |
( |
| ) |
|
Definition at line 1399 of file window.cpp.
1400{
1402 return hdlg;
1403}
◆ _hwnd
HWND PropertySheetDialog::_hwnd |
|
protected |
◆ _pages
Vector PropertySheetDialog::_pages |
|
protected |
The documentation for this struct was generated from the following files:
- modules/rosapps/applications/explorer-old/utility/window.h
- modules/rosapps/applications/explorer-old/utility/window.cpp