ReactOS
0.4.15-dev-2095-g7caf9e9
|
Go to the source code of this file.
Classes | |
struct | BackgroundItem |
struct | _BACKGROUND_DATA |
Macros | |
#define | MAX_BACKGROUNDS 100 |
#define | MONITOR_LEFT 20 |
#define | MONITOR_TOP 8 |
#define | MONITOR_RIGHT 140 |
#define | MONITOR_BOTTOM 92 |
#define | MONITOR_WIDTH (MONITOR_RIGHT-MONITOR_LEFT) |
#define | MONITOR_HEIGHT (MONITOR_BOTTOM-MONITOR_TOP) |
#define | IDI_SHELL_NO 200 |
Typedefs | |
typedef struct _BACKGROUND_DATA | BACKGROUND_DATA |
typedef struct _BACKGROUND_DATA * | PBACKGROUND_DATA |
Enumerations | |
enum | PLACEMENT { PLACEMENT_CENTER = 0, PLACEMENT_STRETCH, PLACEMENT_TILE, PLACEMENT_FIT, PLACEMENT_FILL } |
enum | PLACEMENT_VALUE { PLACEMENT_VALUE_CENTER = 0, PLACEMENT_VALUE_STRETCH = 2, PLACEMENT_VALUE_TILE = 0, PLACEMENT_VALUE_FIT = 6, PLACEMENT_VALUE_FILL = 10 } |
Variables | |
GLOBAL_DATA | g_GlobalData |
#define IDI_SHELL_NO 200 |
#define MAX_BACKGROUNDS 100 |
Definition at line 16 of file background.c.
#define MONITOR_BOTTOM 92 |
Definition at line 47 of file background.c.
#define MONITOR_HEIGHT (MONITOR_BOTTOM-MONITOR_TOP) |
Definition at line 50 of file background.c.
#define MONITOR_LEFT 20 |
Definition at line 44 of file background.c.
#define MONITOR_RIGHT 140 |
Definition at line 46 of file background.c.
#define MONITOR_TOP 8 |
Definition at line 45 of file background.c.
#define MONITOR_WIDTH (MONITOR_RIGHT-MONITOR_LEFT) |
Definition at line 49 of file background.c.
typedef struct _BACKGROUND_DATA BACKGROUND_DATA |
typedef struct _BACKGROUND_DATA * PBACKGROUND_DATA |
Enumerator | |
---|---|
PLACEMENT_CENTER | |
PLACEMENT_STRETCH | |
PLACEMENT_TILE | |
PLACEMENT_FIT | |
PLACEMENT_FILL |
Definition at line 18 of file background.c.
Enumerator | |
---|---|
PLACEMENT_VALUE_CENTER | |
PLACEMENT_VALUE_STRETCH | |
PLACEMENT_VALUE_TILE | |
PLACEMENT_VALUE_FIT | |
PLACEMENT_VALUE_FILL |
Definition at line 31 of file background.c.
|
static |
Definition at line 291 of file background.c.
Referenced by InitBackgroundDialog().
|
static |
Definition at line 186 of file background.c.
Referenced by AddListViewItems().
Definition at line 1170 of file background.c.
|
static |
Definition at line 802 of file background.c.
Referenced by BackgroundPageProc().
Definition at line 88 of file background.c.
Referenced by SetWallpaper().
Definition at line 129 of file background.c.
Referenced by AddWallpapersFromDirectory(), and OnBrowseButton().
|
static |
Definition at line 465 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 768 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 633 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 549 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1137 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1013 of file background.c.
Referenced by BackgroundPageProc().
GLOBAL_DATA g_GlobalData |
Definition at line 84 of file background.c.
Referenced by AppearancePage_LoadSelectedScheme(), AppearancePage_OnInit(), AppearancePageProc(), DisplayApplet(), DrawBackgroundPreview(), OnColorButton(), and SetDesktopBackColor().