|
ReactOS 0.4.17-dev-573-g8315b8c
|
#include "desk.h"
Go to the source code of this file.
Macros | |
| #define | NORMAL_ICON_SIZE 32 |
| #define | LARGE_ICON_SIZE 48 |
| #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) |
Variables | |
| INT | g_CustomIconSize |
| #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 LARGE_ICON_SIZE 48 |
Definition at line 12 of file effappdlg.c.
| #define NORMAL_ICON_SIZE 32 |
Definition at line 11 of file effappdlg.c.
| #define RSET_COMBOBOX | ( | __CONTROL_ID, | |
| __PARENT_MEMBER, | |||
| __MEMBER | |||
| ) |
| #define SAVE_CHECKBOX | ( | __CONTROL_ID, | |
| __MEMBER | |||
| ) |
| #define SAVE_CHECKBOX_SCH | ( | __CONTROL_ID, | |
| __MEMBER | |||
| ) |
Definition at line 74 of file effappdlg.c.
Definition at line 88 of file effappdlg.c.
Referenced by EffAppearanceDlgProc().
Definition at line 155 of file effappdlg.c.
Referenced by AppearancePageProc().
Definition at line 67 of file effappdlg.c.
Referenced by EffAppearanceDlgProc().
Definition at line 18 of file effappdlg.c.
Referenced by EffAppearanceDlg_Init(), and EffAppearanceDlgProc().
| INT g_CustomIconSize |
Definition at line 14 of file effappdlg.c.
Referenced by EffAppearanceDlg_Init(), and EffAppearanceDlgUpdateControls().