ReactOS 0.4.16-dev-1172-g2041f3c
|
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 1184 of file background.c.
Definition at line 596 of file background.c.
Referenced by OnBrowseButton().
|
static |
Definition at line 783 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 455 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 749 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 614 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 529 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1151 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1118 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 994 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().