ReactOS 0.4.16-dev-329-g9223134
|
#include "uxthemep.h"
Go to the source code of this file.
Functions | |
HRESULT WINAPI | GetThemeBool (HTHEME hTheme, int iPartId, int iStateId, int iPropId, BOOL *pfVal) |
HRESULT WINAPI | GetThemeColor (HTHEME hTheme, int iPartId, int iStateId, int iPropId, COLORREF *pColor) |
HRESULT WINAPI | GetThemeEnumValue (HTHEME hTheme, int iPartId, int iStateId, int iPropId, int *piVal) |
HRESULT WINAPI | GetThemeFilename (HTHEME hTheme, int iPartId, int iStateId, int iPropId, LPWSTR pszThemeFilename, int cchMaxBuffChars) |
HRESULT WINAPI | GetThemeFont (HTHEME hTheme, HDC hdc, int iPartId, int iStateId, int iPropId, LOGFONTW *pFont) |
HRESULT WINAPI | GetThemeInt (HTHEME hTheme, int iPartId, int iStateId, int iPropId, int *piVal) |
HRESULT WINAPI | GetThemeIntList (HTHEME hTheme, int iPartId, int iStateId, int iPropId, INTLIST *pIntList) |
HRESULT WINAPI | GetThemePosition (HTHEME hTheme, int iPartId, int iStateId, int iPropId, POINT *pPoint) |
HRESULT WINAPI | GetThemeRect (HTHEME hTheme, int iPartId, int iStateId, int iPropId, RECT *pRect) |
HRESULT WINAPI | GetThemeString (HTHEME hTheme, int iPartId, int iStateId, int iPropId, LPWSTR pszBuff, int cchMaxBuffChars) |
HRESULT WINAPI | GetThemeMargins (HTHEME hTheme, HDC hdc, int iPartId, int iStateId, int iPropId, RECT *prc, MARGINS *pMargins) |
HRESULT WINAPI | GetThemeMetric (HTHEME hTheme, HDC hdc, int iPartId, int iStateId, int iPropId, int *piVal) |
HRESULT WINAPI | GetThemePropertyOrigin (HTHEME hTheme, int iPartId, int iStateId, int iPropId, PROPERTYORIGIN *pOrigin) |
Definition at line 26 of file property.c.
Referenced by get_image_part_size(), and get_transparency().
HRESULT WINAPI GetThemeColor | ( | HTHEME | hTheme, |
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
COLORREF * | pColor | ||
) |
Definition at line 45 of file property.c.
Referenced by DrawThemeTextEx(), get_edge_color(), get_transparency(), IPADDRESS_Draw(), CTrayClockWnd::OnThemeChanged(), TOOLBAR_DrawButton(), TRACKBAR_DrawTics(), UXTHEME_DrawBackgroundFill(), and UXTHEME_DrawBorderRectangle().
HRESULT WINAPI GetThemeEnumValue | ( | HTHEME | hTheme, |
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
int * | piVal | ||
) |
Definition at line 63 of file property.c.
Referenced by DrawThemeBackgroundEx(), DrawThemeTextEx(), get_image_part_size(), GetThemeBackgroundContentRect(), GetThemeBackgroundExtent(), GetThemeBackgroundRegion(), GetThemePartSize(), IsThemeBackgroundPartiallyTransparent(), ThemeDrawCaptionText(), UXTHEME_DrawBackgroundFill(), UXTHEME_DrawGlyph(), UXTHEME_DrawImageBackground(), UXTHEME_DrawImageGlyph(), UXTHEME_LoadImage(), and UXTHEME_SelectImage().
HRESULT WINAPI GetThemeFilename | ( | HTHEME | hTheme, |
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
LPWSTR | pszThemeFilename, | ||
int | cchMaxBuffChars | ||
) |
Definition at line 89 of file property.c.
HRESULT WINAPI GetThemeFont | ( | HTHEME | hTheme, |
HDC | hdc, | ||
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
LOGFONTW * | pFont | ||
) |
Definition at line 108 of file property.c.
Referenced by CB_ThemedPaint(), DrawNCPreview(), DrawThemeTextEx(), GB_ThemedPaint(), CTipbarThread::GetTextSize(), GetThemeTextExtent(), GetThemeTextMetrics(), and CTrayClockWnd::OnThemeChanged().
Definition at line 126 of file property.c.
Referenced by get_border_background_size(), get_image_part_size(), get_led_gap(), get_led_size(), GetThemeBackgroundContentRect(), GetThemeBackgroundExtent(), UXTHEME_DrawBorderRectangle(), UXTHEME_LoadImage(), and UXTHEME_SelectImage().
HRESULT WINAPI GetThemeIntList | ( | HTHEME | hTheme, |
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
INTLIST * | pIntList | ||
) |
Definition at line 144 of file property.c.
HRESULT WINAPI GetThemeMargins | ( | HTHEME | hTheme, |
HDC | hdc, | ||
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
RECT * | prc, | ||
MARGINS * | pMargins | ||
) |
Definition at line 216 of file property.c.
Referenced by DrawNCPreview(), DrawThemeBackgroundEx(), CTrayShowDesktopButton::EnsureWindowTheme(), GetThemeBackgroundContentRect(), GetThemeBackgroundExtent(), CTrayNotifyWnd::OnThemeChanged(), paint_scrollbar(), PB_ThemedPaint(), TOOLBAR_Create(), and UXTHEME_DrawImageBackground().
HRESULT WINAPI GetThemeMetric | ( | HTHEME | hTheme, |
HDC | hdc, | ||
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
int * | piVal | ||
) |
Definition at line 236 of file property.c.
HRESULT WINAPI GetThemePosition | ( | HTHEME | hTheme, |
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
POINT * | pPoint | ||
) |
Definition at line 162 of file property.c.
Referenced by DrawThemeTextEx(), and UXTHEME_SelectImage().
HRESULT WINAPI GetThemePropertyOrigin | ( | HTHEME | hTheme, |
int | iPartId, | ||
int | iStateId, | ||
int | iPropId, | ||
PROPERTYORIGIN * | pOrigin | ||
) |
Definition at line 280 of file property.c.
Definition at line 180 of file property.c.