ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <appearance.h>
Public Attributes | |
struct _THEME_STYLE * | NextStyle |
struct _THEME_STYLE * | ChildStyle |
PWSTR | StyleName |
PWSTR | DisplayName |
Definition at line 79 of file appearance.h.
struct _THEME_STYLE* _THEME_STYLE::ChildStyle |
Definition at line 82 of file appearance.h.
Referenced by AppearancePage_ShowSizes(), CleanupStyles(), CreateStyle(), and GetActiveClassicTheme().
PWSTR _THEME_STYLE::DisplayName |
Definition at line 84 of file appearance.h.
Referenced by AppearancePage_ShowStyles(), CleanupStyles(), and CreateStyle().
struct _THEME_STYLE* _THEME_STYLE::NextStyle |
Definition at line 81 of file appearance.h.
Referenced by AppearancePage_ShowStyles(), CleanupStyles(), CreateStyle(), and FindStyle().
PWSTR _THEME_STYLE::StyleName |
Definition at line 83 of file appearance.h.
Referenced by CleanupStyles(), CreateStyle(), and FindStyle().