ReactOS 0.4.16-dev-751-g45ed1a9
|
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 16 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 277 of file background.c.
Referenced by InitBackgroundDialog().
|
static |
Definition at line 172 of file background.c.
Referenced by AddListViewItems().
Definition at line 1179 of file background.c.
Definition at line 591 of file background.c.
Referenced by OnBrowseButton().
|
static |
Definition at line 778 of file background.c.
Referenced by BackgroundPageProc().
Definition at line 74 of file background.c.
Referenced by SetWallpaper().
Definition at line 115 of file background.c.
Referenced by AddWallpapersFromDirectory(), and OnBrowseButton().
|
static |
Definition at line 451 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 744 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 609 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 525 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1146 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1113 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 989 of file background.c.
Referenced by BackgroundPageProc().
GLOBAL_DATA g_GlobalData |
Definition at line 70 of file background.c.
Referenced by AppearancePage_LoadSelectedScheme(), AppearancePage_OnInit(), AppearancePageProc(), DisplayApplet(), DrawBackgroundPreview(), OnColorButton(), SetDesktopBackColor(), ShowResolutionPreview(), and ShowScreenSaverPreview().