Home
last modified time | relevance | path

Searched refs:gkrellm_bg_meter_piximage (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/gkrelltop/gkrelltop-2.2.13.orig/
H A Dsupport.h49 # define gkrellm_bg_meter_image gkrellm_bg_meter_piximage
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dwin32-plugin.c278 gkrellm_callbacks.gkrellm_bg_meter_piximage = gkrellm_bg_meter_piximage; in win32_init_callbacks()
H A Dwin32-libgkrellm.c1013 GkrellmPiximage *gkrellm_bg_meter_piximage(gint a)
1015 return (*(callbacks->gkrellm_bg_meter_piximage))(a);
H A Dgkrellm-public-proto.h462 GkrellmPiximage *gkrellm_bg_meter_piximage(gint);
H A Dwin32-plugin.h351 GkrellmPiximage *(*gkrellm_bg_meter_piximage)(gint); member
H A Dpanel.c421 p->bg_piximage = gkrellm_bg_meter_piximage(mon->privat->style_id);
H A Dplugins.c311 gkrellm_bg_meter_piximage(gint n) in gkrellm_bg_meter_piximage() function
/dports/misc/gkrellm-xkb/gkrellm-xkb-1.05/
H A Dmain.c413 if ((bg = gkrellm_bg_meter_piximage(DEFAULT_STYLE_ID))) { in draw_flag()
/dports/sysutils/gkrellm-trayicons/gkrellm-trayicons-1.03/
H A Dtrayicons.c536 if ((bg = gkrellm_bg_meter_piximage(DEFAULT_STYLE_ID))) { in setup_trayicons()