Home
last modified time | relevance | path

Searched refs:gkrellm_data_out_grid_pixmap (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dwin32-plugin.c288 gkrellm_callbacks.gkrellm_data_out_grid_pixmap = gkrellm_data_out_grid_pixmap; in win32_init_callbacks()
H A Dwin32-libgkrellm.c1053 GdkPixmap *gkrellm_data_out_grid_pixmap(void)
1055 return (*(callbacks->gkrellm_data_out_grid_pixmap))();
H A Dgkrellm-public-proto.h472 GdkPixmap *gkrellm_data_out_grid_pixmap(void);
H A Dwin32-plugin.h361 GdkPixmap *(*gkrellm_data_out_grid_pixmap)(void); member
H A Dplugins.c384 gkrellm_data_out_grid_pixmap(void) in gkrellm_data_out_grid_pixmap() function
H A Dinet.c888 grid_pixmap = gkrellm_data_out_grid_pixmap(); in chart_create()