ReactOS 0.4.16-dev-306-g647d351
|
#include "desk.h"
Go to the source code of this file.
Classes | |
struct | ASSIGNMENT |
Functions | |
static VOID | UpdateButtonColor (HWND hwndDlg, GLOBALS *g, INT ID, INT nButton, INT nColor) |
static VOID | InitColorButtons (HWND hwndDlg, GLOBALS *g) |
static int CALLBACK | EnumFontFamExProc (ENUMLOGFONTEX *lpelfe, NEWTEXTMETRICEX *lpntme, DWORD dwFontType, LPARAM lParam) |
static VOID | UpdateControls (HWND hwndDlg, GLOBALS *g) |
static VOID | SaveCurrentValues (HWND hwndDlg, GLOBALS *g) |
static BOOL | GetColor (HWND hwndDlg, GLOBALS *g, INT nButton) |
static VOID | AdvAppearanceDlg_Init (HWND hwndDlg, GLOBALS *g) |
static VOID | AdvAppearanceDlg_CleanUp (HWND hwndDlg, GLOBALS *g) |
static VOID | SelectComboByElement (HWND hwnd, INT id, LPARAM lParam) |
static VOID | GetSelectedComboText (HWND hwnd, INT id, LPWSTR lpStr) |
static INT | GetSelectedComboInt (HWND hwnd, INT id) |
INT_PTR CALLBACK | AdvAppearanceDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
const ASSIGNMENT | g_Assignment [NUM_ELEMENTS] |
Definition at line 437 of file advappdlg.c.
Referenced by AdvAppearanceDlgProc().
Definition at line 343 of file advappdlg.c.
Referenced by AdvAppearanceDlgProc().
Definition at line 503 of file advappdlg.c.
Referenced by AppearancePageProc().
|
static |
Definition at line 188 of file advappdlg.c.
Referenced by AdvAppearanceDlg_Init().
Definition at line 286 of file advappdlg.c.
Referenced by AdvAppearanceDlgProc(), and DECLARE_INTERFACE_().
Definition at line 486 of file advappdlg.c.
Referenced by AdvAppearanceDlgProc().
Definition at line 466 of file advappdlg.c.
Referenced by AdvAppearanceDlgProc().
Definition at line 100 of file advappdlg.c.
Referenced by AdvAppearanceDlg_Init().
Definition at line 261 of file advappdlg.c.
Referenced by AdvAppearanceDlgProc().
Definition at line 445 of file advappdlg.c.
Referenced by AdvAppearanceDlgProc().
Definition at line 55 of file advappdlg.c.
Referenced by GetColor(), and UpdateControls().
Definition at line 206 of file advappdlg.c.
Referenced by AdvAppearanceDlg_Init(), and AdvAppearanceDlgProc().
const ASSIGNMENT g_Assignment[NUM_ELEMENTS] |
Definition at line 28 of file advappdlg.c.
Referenced by AdvAppearanceDlgProc(), GetColor(), SaveCurrentValues(), and UpdateControls().