ReactOS 0.4.15-dev-7089-gea8a49d
|
#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 66 of file effappdlg.c.
Definition at line 80 of file effappdlg.c.
Referenced by EffAppearanceDlgProc().
Definition at line 130 of file effappdlg.c.
Referenced by AppearancePageProc().
Definition at line 59 of file effappdlg.c.
Referenced by EffAppearanceDlgProc().
Definition at line 15 of file effappdlg.c.
Referenced by EffAppearanceDlg_Init(), and EffAppearanceDlgProc().