|
ReactOS 0.4.16-dev-2332-g4cba65d
|

Go to the source code of this file.
Classes | |
| struct | BackgroundItem |
| struct | _BACKGROUND_DATA |
Macros | |
| #define | MAX_BACKGROUNDS 100 |
| #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 17 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 19 of file background.c.
| Enumerator | |
|---|---|
| PLACEMENT_VALUE_CENTER | |
| PLACEMENT_VALUE_STRETCH | |
| PLACEMENT_VALUE_TILE | |
| PLACEMENT_VALUE_FIT | |
| PLACEMENT_VALUE_FILL | |
Definition at line 32 of file background.c.
|
static |
Definition at line 281 of file background.c.
Referenced by InitBackgroundDialog().
|
static |
Definition at line 176 of file background.c.
Referenced by AddListViewItems().
Definition at line 1183 of file background.c.
Definition at line 595 of file background.c.
Referenced by OnBrowseButton().
|
static |
Definition at line 782 of file background.c.
Referenced by BackgroundPageProc().
Definition at line 75 of file background.c.
Referenced by SetWallpaper().
Definition at line 116 of file background.c.
Referenced by AddWallpapersFromDirectory(), and OnBrowseButton().
|
static |
Definition at line 454 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 748 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 613 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 528 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1150 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1117 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 993 of file background.c.
Referenced by BackgroundPageProc().
| GLOBAL_DATA g_GlobalData |
Definition at line 71 of file background.c.
Referenced by AppearancePage_LoadSelectedScheme(), AppearancePage_OnInit(), AppearancePageProc(), BackgroundPageProc(), DisplayApplet(), DrawBackgroundPreview(), OnColorButton(), SetDesktopBackColor(), ShowResolutionPreview(), and ShowScreenSaverPreview().