Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwin32theme.c57 typedef HRESULT (FAR PASCAL *DrawThemeParentBackgroundFunc) (HWND hwnd, typedef
84 static DrawThemeParentBackgroundFunc draw_theme_parent_background = NULL;
220 …draw_theme_parent_background = (DrawThemeParentBackgroundFunc) GetProcAddress (uxtheme_dll, "DrawT… in gtk_win32_theme_init()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/engines/ms-windows/
H A Dxp_theme.c192 typedef HRESULT (FAR PASCAL *DrawThemeParentBackgroundFunc) (HWND hwnd, typedef
213 static DrawThemeParentBackgroundFunc draw_theme_parent_background_func = NULL;
280 …draw_theme_parent_background_func = (DrawThemeParentBackgroundFunc) GetProcAddress (uxtheme_dll, "… in xp_theme_init()