search for: uxthemeqt

Displaying 1 result from an estimated 1 matches for "uxthemeqt".

Did you mean: uxtheme
2015 Jun 29
4
Alternative uxtheme.dll implementation for using the GTK+ rendering engine
Hello, At the weekend I have wrote an alternative uxtheme.dll implementation and I want to share it with you. The idea was very simple. Most of the Windows applications use uxtheme.dll to draw their controls calling the functions like DrawThemeBackground. I noticed, GTK+ has a very similar interface (compare: gtk_render_background) and it would be nice to have a wrapper arround it. So I have