Home
last modified time | relevance | path

Searched refs:uxtheme_dll (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwin32theme.c38 static HINSTANCE uxtheme_dll = NULL; variable
183 if (uxtheme_dll) in gtk_win32_theme_init()
202 uxtheme_dll = LoadLibrary (buf); in gtk_win32_theme_init()
205 if (!uxtheme_dll) in gtk_win32_theme_init()
208 is_app_themed = (IsAppThemedFunc) GetProcAddress (uxtheme_dll, "IsAppThemed"); in gtk_win32_theme_init()
211 is_theme_active = (IsThemeActiveFunc) GetProcAddress (uxtheme_dll, "IsThemeActive"); in gtk_win32_theme_init()
212 OpenThemeData = (OpenThemeDataFunc) GetProcAddress (uxtheme_dll, "OpenThemeData"); in gtk_win32_theme_init()
213 CloseThemeData = (CloseThemeDataFunc) GetProcAddress (uxtheme_dll, "CloseThemeData"); in gtk_win32_theme_init()
216 get_theme_sys_font = (GetThemeSysFontFunc) GetProcAddress (uxtheme_dll, "GetThemeSysFont"); in gtk_win32_theme_init()
217 GetThemeSysColor = (GetThemeSysColorFunc) GetProcAddress (uxtheme_dll, "GetThemeSysColor"); in gtk_win32_theme_init()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/engines/ms-windows/
H A Dxp_theme.c172 static HINSTANCE uxtheme_dll = NULL; variable
238 if (uxtheme_dll) in xp_theme_init()
261 uxtheme_dll = LoadLibrary (buf); in xp_theme_init()
264 if (!uxtheme_dll) in xp_theme_init()
267 is_app_themed_func = (IsAppThemedFunc) GetProcAddress (uxtheme_dll, "IsAppThemed"); in xp_theme_init()
271 is_theme_active_func = (IsThemeActiveFunc) GetProcAddress (uxtheme_dll, "IsThemeActive"); in xp_theme_init()
272 open_theme_data_func = (OpenThemeDataFunc) GetProcAddress (uxtheme_dll, "OpenThemeData"); in xp_theme_init()
273 close_theme_data_func = (CloseThemeDataFunc) GetProcAddress (uxtheme_dll, "CloseThemeData"); in xp_theme_init()
312 if (!uxtheme_dll) in xp_theme_exit()
317 FreeLibrary (uxtheme_dll); in xp_theme_exit()
[all …]