ReactOS 0.4.16-dev-38-g96c65e9
|
#include "desk.h"
Go to the source code of this file.
Macros | |
#define | SAVE_CHECKBOX(__CONTROL_ID, __MEMBER) |
#define | SAVE_CHECKBOX_SCH(__CONTROL_ID, __MEMBER) |
#define | RSET_COMBOBOX(__CONTROL_ID, __PARENT_MEMBER, __MEMBER) |
#define | INIT_CHECKBOX(__CONTROL_ID, __MEMBER) |
#define | INIT_CHECKBOX_SCH(__CONTROL_ID, __MEMBER) |
#define | FILL_COMBOBOX(__CONTROL_ID, __FIRST_STR, __LAST_STR) AddToCombobox(__CONTROL_ID, hwndDlg, __FIRST_STR, __LAST_STR) |
Functions | |
static VOID | EffAppearanceDlgUpdateControls (HWND hwndDlg, GLOBALS *g) |
static VOID | EffAppearanceDlgSaveCurrentValues (HWND hwndDlg, GLOBALS *g) |
static VOID | AddToCombobox (INT Combo, HWND hwndDlg, INT From, INT To) |
static VOID | EffAppearanceDlg_Init (HWND hwndDlg, GLOBALS *g) |
INT_PTR CALLBACK | EffAppearanceDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
#define FILL_COMBOBOX | ( | __CONTROL_ID, | |
__FIRST_STR, | |||
__LAST_STR | |||
) | AddToCombobox(__CONTROL_ID, hwndDlg, __FIRST_STR, __LAST_STR) |
#define INIT_CHECKBOX | ( | __CONTROL_ID, | |
__MEMBER | |||
) |
#define INIT_CHECKBOX_SCH | ( | __CONTROL_ID, | |
__MEMBER | |||
) |
#define RSET_COMBOBOX | ( | __CONTROL_ID, | |
__PARENT_MEMBER, | |||
__MEMBER | |||
) |
#define SAVE_CHECKBOX | ( | __CONTROL_ID, | |
__MEMBER | |||
) |
#define SAVE_CHECKBOX_SCH | ( | __CONTROL_ID, | |
__MEMBER | |||
) |
Definition at line 64 of file effappdlg.c.
Definition at line 78 of file effappdlg.c.
Referenced by EffAppearanceDlgProc().
Definition at line 128 of file effappdlg.c.
Referenced by AppearancePageProc().
Definition at line 57 of file effappdlg.c.
Referenced by EffAppearanceDlgProc().
Definition at line 13 of file effappdlg.c.
Referenced by EffAppearanceDlg_Init(), and EffAppearanceDlgProc().