Home
last modified time | relevance | path

Searched refs:gkrellm_panel_style (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dwin32-plugin.c260 gkrellm_callbacks.gkrellm_panel_style = gkrellm_panel_style; in win32_init_callbacks()
H A Dcpu.c849 style = gkrellm_panel_style(style_id); in create_cpu()
1212 style = gkrellm_panel_style(style_id); in cb_show_panel_labels()
H A Ddisk.c765 style = gkrellm_panel_style(style_id); in create_disk_monitor()
1293 gkrellm_panel_style(style_id)); in label_edited_cb()
H A Dwin32-libgkrellm.c946 GkrellmStyle *gkrellm_panel_style(gint a)
948 return (*(callbacks->gkrellm_panel_style))(a);
H A Dgkrellm-public-proto.h442 GkrellmStyle *gkrellm_panel_style(gint);
H A Dproc.c550 style = gkrellm_panel_style(style_id); in create_proc_monitor()
H A Dwin32-plugin.h332 GkrellmStyle *(*gkrellm_panel_style)(gint); member
H A Dmem.c887 panel_style = gkrellm_copy_style(gkrellm_panel_style(DEFAULT_STYLE_ID)); in create_swap_panel()
H A Dplugins.c196 gkrellm_panel_style(gint n) in gkrellm_panel_style() function
H A Dinet.c965 style = gkrellm_panel_style(style_id); in create_inet_monitor()
H A Dsensors.c323 style = gkrellm_panel_style(style_id); in gkrellm_sensors_create_decals()
H A Dnet.c1590 style = gkrellm_panel_style(net_style_id); in create_net_monitor()
/dports/misc/gkrellmbgchg2/gkrellmbgchg2-0.1.11/
H A Dgkrellmbgchg.c575 GkrellmMargin *m =gkrellm_get_style_margins(gkrellm_panel_style(style_id)); in update_plugin()