mirror of
https://github.com/barkeser2002/ripcord-fix.git
synced 2026-09-25 02:29:57 +03:00
77 lines
3.6 KiB
Modula-2
77 lines
3.6 KiB
Modula-2
LIBRARY UxTheme
|
|
EXPORTS
|
|
BeginPanningFeedback=PROXY_BeginPanningFeedback
|
|
EndPanningFeedback=PROXY_EndPanningFeedback
|
|
UpdatePanningFeedback=PROXY_UpdatePanningFeedback
|
|
BeginBufferedAnimation=PROXY_BeginBufferedAnimation
|
|
BeginBufferedPaint=PROXY_BeginBufferedPaint
|
|
BufferedPaintClear=PROXY_BufferedPaintClear
|
|
BufferedPaintInit=PROXY_BufferedPaintInit
|
|
BufferedPaintRenderAnimation=PROXY_BufferedPaintRenderAnimation
|
|
BufferedPaintSetAlpha=PROXY_BufferedPaintSetAlpha
|
|
DrawThemeBackgroundEx=PROXY_DrawThemeBackgroundEx
|
|
BufferedPaintStopAllAnimations=PROXY_BufferedPaintStopAllAnimations
|
|
BufferedPaintUnInit=PROXY_BufferedPaintUnInit
|
|
CloseThemeData=PROXY_CloseThemeData
|
|
DrawThemeBackground=PROXY_DrawThemeBackground
|
|
DrawThemeEdge=PROXY_DrawThemeEdge
|
|
DrawThemeIcon=PROXY_DrawThemeIcon
|
|
DrawThemeParentBackground=PROXY_DrawThemeParentBackground
|
|
DrawThemeParentBackgroundEx=PROXY_DrawThemeParentBackgroundEx
|
|
DrawThemeText=PROXY_DrawThemeText
|
|
OpenThemeDataEx=PROXY_OpenThemeDataEx
|
|
DrawThemeTextEx=PROXY_DrawThemeTextEx
|
|
EnableThemeDialogTexture=PROXY_EnableThemeDialogTexture
|
|
EnableTheming=PROXY_EnableTheming
|
|
EndBufferedAnimation=PROXY_EndBufferedAnimation
|
|
EndBufferedPaint=PROXY_EndBufferedPaint
|
|
GetBufferedPaintBits=PROXY_GetBufferedPaintBits
|
|
GetBufferedPaintDC=PROXY_GetBufferedPaintDC
|
|
GetBufferedPaintTargetDC=PROXY_GetBufferedPaintTargetDC
|
|
GetBufferedPaintTargetRect=PROXY_GetBufferedPaintTargetRect
|
|
GetCurrentThemeName=PROXY_GetCurrentThemeName
|
|
GetThemeAppProperties=PROXY_GetThemeAppProperties
|
|
GetThemeBackgroundContentRect=PROXY_GetThemeBackgroundContentRect
|
|
GetThemeBackgroundExtent=PROXY_GetThemeBackgroundExtent
|
|
GetThemeBackgroundRegion=PROXY_GetThemeBackgroundRegion
|
|
GetThemeBitmap=PROXY_GetThemeBitmap
|
|
GetThemeBool=PROXY_GetThemeBool
|
|
GetThemeColor=PROXY_GetThemeColor
|
|
GetThemeDocumentationProperty=PROXY_GetThemeDocumentationProperty
|
|
GetThemeEnumValue=PROXY_GetThemeEnumValue
|
|
GetThemeFilename=PROXY_GetThemeFilename
|
|
GetThemeFont=PROXY_GetThemeFont
|
|
GetThemeInt=PROXY_GetThemeInt
|
|
GetThemeIntList=PROXY_GetThemeIntList
|
|
GetThemeMargins=PROXY_GetThemeMargins
|
|
GetThemeMetric=PROXY_GetThemeMetric
|
|
GetThemePartSize=PROXY_GetThemePartSize
|
|
GetThemePosition=PROXY_GetThemePosition
|
|
GetThemePropertyOrigin=PROXY_GetThemePropertyOrigin
|
|
GetThemeRect=PROXY_GetThemeRect
|
|
GetThemeStream=PROXY_GetThemeStream
|
|
GetThemeString=PROXY_GetThemeString
|
|
GetThemeSysBool=PROXY_GetThemeSysBool
|
|
GetThemeSysColor=PROXY_GetThemeSysColor
|
|
GetThemeSysColorBrush=PROXY_GetThemeSysColorBrush
|
|
GetThemeSysFont=PROXY_GetThemeSysFont
|
|
GetThemeSysInt=PROXY_GetThemeSysInt
|
|
GetThemeSysSize=PROXY_GetThemeSysSize
|
|
GetThemeSysString=PROXY_GetThemeSysString
|
|
GetThemeTextExtent=PROXY_GetThemeTextExtent
|
|
GetThemeTextMetrics=PROXY_GetThemeTextMetrics
|
|
GetThemeTransitionDuration=PROXY_GetThemeTransitionDuration
|
|
GetWindowTheme=PROXY_GetWindowTheme
|
|
HitTestThemeBackground=PROXY_HitTestThemeBackground
|
|
IsAppThemed=PROXY_IsAppThemed
|
|
IsCompositionActive=PROXY_IsCompositionActive
|
|
IsThemeActive=PROXY_IsThemeActive
|
|
IsThemeBackgroundPartiallyTransparent=PROXY_IsThemeBackgroundPartiallyTransparent
|
|
IsThemeDialogTextureEnabled=PROXY_IsThemeDialogTextureEnabled
|
|
IsThemePartDefined=PROXY_IsThemePartDefined
|
|
OpenThemeData=PROXY_OpenThemeData
|
|
SetThemeAppProperties=PROXY_SetThemeAppProperties
|
|
SetWindowTheme=PROXY_SetWindowTheme
|
|
SetWindowThemeAttribute=PROXY_SetWindowThemeAttribute
|
|
ThemeInitApiHook=PROXY_ThemeInitApiHook
|