ReactOS 0.4.16-dev-1020-gf135cab
|
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 280 of file background.c.
Referenced by InitBackgroundDialog().
|
static |
Definition at line 175 of file background.c.
Referenced by AddListViewItems().
Definition at line 1182 of file background.c.
Definition at line 594 of file background.c.
Referenced by OnBrowseButton().
|
static |
Definition at line 781 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 454 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 747 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 612 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 528 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1149 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 1116 of file background.c.
Referenced by BackgroundPageProc().
|
static |
Definition at line 992 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().