ReactOS 0.4.16-dev-1276-g70732b0
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (fprop) | |
static CFolderOptions * | GetFolderOptions (HWND hwndDlg) |
static IRegTreeOptions * | GetRegTreeOptions (HWND hwndDlg) |
static void | ViewDlg_OnDestroy (HWND hwndDlg) |
static BOOL | ViewDlg_OnInitDialog (HWND hwndDlg, LPPROPSHEETPAGE psp) |
static BOOL | ViewDlg_ToggleCheckItem (HWND hwndDlg, HTREEITEM hItem) |
static VOID | ViewDlg_OnTreeViewClick (HWND hwndDlg) |
static void | ViewDlg_OnTreeViewKeyDown (HWND hwndDlg, TV_KEYDOWN *KeyDown) |
static INT_PTR | ViewDlg_OnTreeCustomDraw (HWND hwndDlg, NMTVCUSTOMDRAW *Draw) |
static VOID | ViewDlg_RestoreDefaults (HWND hwndDlg) |
static BOOL CALLBACK | PostCabinetMessageCallback (HWND hWnd, LPARAM param) |
void | PostCabinetMessage (UINT Msg, WPARAM wParam, LPARAM lParam) |
static VOID | ViewDlg_Apply (HWND hwndDlg) |
INT_PTR CALLBACK | FolderOptionsViewDlg (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Definition at line 208 of file view.cpp.
Referenced by CFolderOptions::AddPages(), and ShowFolderOptionsDialogThreadProc().
|
inlinestatic |
|
inlinestatic |
Definition at line 33 of file view.cpp.
Referenced by ViewDlg_Apply(), ViewDlg_OnDestroy(), ViewDlg_OnTreeViewKeyDown(), ViewDlg_RestoreDefaults(), and ViewDlg_ToggleCheckItem().
Definition at line 178 of file view.cpp.
Referenced by GeneralDlg_OnApply(), and ViewDlg_Apply().
Definition at line 161 of file view.cpp.
Referenced by PostCabinetMessage().
Definition at line 188 of file view.cpp.
Referenced by FolderOptionsViewDlg().
Definition at line 39 of file view.cpp.
Referenced by FolderOptionsViewDlg().
|
static |
Definition at line 50 of file view.cpp.
Referenced by FolderOptionsViewDlg().
|
static |
Definition at line 122 of file view.cpp.
Referenced by FolderOptionsViewDlg().
Definition at line 84 of file view.cpp.
Referenced by FolderOptionsViewDlg().
|
static |
Definition at line 103 of file view.cpp.
Referenced by FolderOptionsViewDlg().
Definition at line 151 of file view.cpp.
Referenced by FolderOptionsViewDlg().
Definition at line 77 of file view.cpp.
Referenced by ViewDlg_OnTreeViewClick(), and ViewDlg_OnTreeViewKeyDown().
WINE_DEFAULT_DEBUG_CHANNEL | ( | fprop | ) |