Home
last modified time | relevance | path

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

/dports/x11-toolkits/granite/granite-6.2.0/lib/Widgets/
H A DAvatar.vala36 private bool draw_theme_background = true;
111 draw_theme_background = true;
142 draw_theme_background = false;
156 if (draw_theme_background) {
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwin32theme.c79 static DrawThemeBackgroundFunc draw_theme_background = NULL; variable
214draw_theme_background = (DrawThemeBackgroundFunc) GetProcAddress (uxtheme_dll, "DrawThemeBackgroun… in gtk_win32_theme_init()
372 res = draw_theme_background (htheme, hdc, xp_part, state, &rect, &rect); in gtk_win32_theme_create_surface()