Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwin32theme.c42 typedef int (FAR PASCAL *GetThemeSysSizeFunc) (HTHEME hTheme, int iSizeId); typedef
76 static GetThemeSysSizeFunc GetThemeSysSize = NULL;
218 GetThemeSysSize = (GetThemeSysSizeFunc) GetProcAddress (uxtheme_dll, "GetThemeSysSize"); in gtk_win32_theme_init()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/engines/ms-windows/
H A Dxp_theme.c177 typedef int (FAR PASCAL *GetThemeSysSizeFunc) (HTHEME hTheme, int iSizeId); typedef
205 static GetThemeSysSizeFunc get_theme_sys_metric_func = NULL;
278 … get_theme_sys_metric_func = (GetThemeSysSizeFunc) GetProcAddress (uxtheme_dll, "GetThemeSysSize"); in xp_theme_init()