ReactOS 0.4.16-dev-306-g647d351
|
#include "desk.h"
Go to the source code of this file.
Functions | |
static void | AppearancePage_UpdateThemePreview (HWND hwndDlg, GLOBALS *g) |
static void | AppearancePage_LoadSelectedScheme (HWND hwndDlg, GLOBALS *g) |
static void | AppearancePage_ShowStyles (HWND hwndDlg, int nIDDlgItem, PTHEME_STYLE pStyles, PTHEME_STYLE pActiveStyle) |
static void | AppearancePage_ShowColorSchemes (HWND hwndDlg, GLOBALS *g) |
static void | AppearancePage_ShowSizes (HWND hwndDlg, GLOBALS *g) |
static INT_PTR | AppearancePage_OnInit (HWND hwndDlg) |
static VOID | AppearancePage_OnDestroy (HWND hwndDlg, GLOBALS *g) |
static PVOID | GetSelectedData (HWND hwndDlg, int nIDDlgItem) |
INT_PTR CALLBACK | AppearancePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Definition at line 35 of file appearance.c.
Referenced by AppearancePage_OnInit(), and AppearancePageProc().
Definition at line 97 of file appearance.c.
Referenced by AppearancePageProc().
Definition at line 72 of file appearance.c.
Referenced by AppearancePage_OnInit(), and AppearancePageProc().
Definition at line 81 of file appearance.c.
Referenced by AppearancePage_OnInit(), and AppearancePageProc().
|
static |
Definition at line 50 of file appearance.c.
Referenced by AppearancePage_ShowColorSchemes(), and AppearancePage_ShowSizes().
Definition at line 16 of file appearance.c.
Referenced by AppearancePage_OnInit(), and AppearancePageProc().
Definition at line 216 of file appearance.c.
Definition at line 203 of file appearance.c.
Referenced by AppearancePageProc().