Themes

Windows specific forum
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Themes

Post by Josh »

The API IsThemeActive_() is working, but it's not shown with autocomplete.
Last edited by Josh on Sun Jul 28, 2013 10:44 am, edited 1 time in total.
sorry for my bad english
Fred
Administrator
Administrator
Posts: 18360
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: IsThemeActive_()

Post by Fred »

Added.
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: [Done] IsThemeActive_()

Post by Josh »

Wow, I think that's one of the fastest error corrections.
13:58 > 14:07 = 9 minutes :mrgreen:

thxs
sorry for my bad english
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: Themes

Post by Josh »

I have removed the [Done] and changed the title. It seems, that there are much more API's which are running and not shown with autocomplete. These API's are all from the 'Visual Styles'

Code: Select all

CloseThemeData_(x)
DrawThemeBackground_(x, x, x, x, x, x)
DrawThemeBackgroundEx_(x, x, x, x, x, x)
DrawThemeEdge_(x, x, x, x, x, x, x, x)
DrawThemeIcon_(x, x, x, x, x, x, x)
DrawThemeParentBackground_(x, x, x)
DrawThemeText_(x, x, x, x, x, x, x, x, x)
EnableThemeDialogTexture_(x, x)
EnableTheming_(x)
GetCurrentThemeName_(x, x, x, x, x, x)
GetThemeAppProperties_()
GetThemeBackgroundContentRect_(x, x, x, x, x, x)
GetThemeBackgroundExtent_(x, x, x, x, x, x)
GetThemeBackgroundRegion_(x, x, x, x, x, x)
GetThemeBool_(x, x, x, x, x)
GetThemeColor_(x, x, x, x, x)
GetThemeDocumentationProperty_(x, x, x, x)
GetThemeEnumValue_(x, x, x, x, x)
GetThemeFilename_(x, x, x, x, x, x)
GetThemeFont_(x, x, x, x, x, x)
GetThemeInt_(x, x, x, x, x)
GetThemeIntList_(x, x, x, x, x)
GetThemeMargins_(x, x, x, x, x, x, x)
GetThemeMetric_(x, x, x, x, x, x)
GetThemePartSize_(x, x, x, x, x, x, x)
GetThemePosition_(x, x, x, x, x)
GetThemePropertyOrigin_(x, x, x, x, x)
GetThemeRect_(x, x, x, x, x)
GetThemeString_(x, x, x, x, x, x)
GetThemeSysBool_(x, x)
GetThemeSysColor_(x, x)
GetThemeSysColorBrush_(x, x)
GetThemeSysFont_(x, x, x)
GetThemeSysInt_(x, x, x)
GetThemeSysSize_(x, x)
GetThemeSysString_(x, x, x, x)
GetThemeTextExtent_(x, x, x, x, x, x, x, x, x)
GetThemeTextMetrics_(x, x, x, x, x)
GetWindowTheme_(x)
HitTestThemeBackground_(x, x, x, x, x, x, x, x, x, x)
IsAppThemed_()
IsThemeActive_() ;  ----> DONE PB 5.20 Beta7
IsThemeBackgroundPartiallyTransparent_(x, x, x)
IsThemeDialogTextureEnabled_(x)
IsThemePartDefined_(x, x, x)
OpenThemeData_(x, x)
SetThemeAppProperties_(x)
SetWindowTheme_(x, x, x)
sorry for my bad english
Fred
Administrator
Administrator
Posts: 18360
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Themes

Post by Fred »

Well, it's not really bug, you can patch the APIFunctionListing.txt file (in compiler dir) if you want more API autocomplete.
Post Reply