Home
last modified time | relevance | path

Searched refs:gkrellm_gdk_string_width (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Duptime.c106 w = w1 = gkrellm_gdk_string_width(ts->font, buf1); in draw_upminutes()
109 if ((w2 = gkrellm_gdk_string_width(ts->font, buf2)) > decal_uptime->w) in draw_upminutes()
112 w = gkrellm_gdk_string_width(ts->font, buf1); in draw_upminutes()
177 w = gkrellm_gdk_string_width(ts->font, "999d 23:99") + 2; in create_uptime()
H A Dhostname.c111 w = gkrellm_gdk_string_width(ts->font, dtext->string);
115 w = gkrellm_gdk_string_width(ts->font, dtext->string);
H A Dwin32-plugin.c412 gkrellm_callbacks.gkrellm_gdk_string_width = gkrellm_gdk_string_width; in win32_init_callbacks()
H A Dsensors.c333 w = gkrellm_gdk_string_width(ts->font, "188.8F") + ts->effect; in gkrellm_sensors_create_decals()
335 w = gkrellm_gdk_string_width(ts->font, "88.8C") + ts->effect; in gkrellm_sensors_create_decals()
354 w = gkrellm_gdk_string_width(d->text_style.font, buf) in gkrellm_sensor_draw_fan_decal()
374 w = gkrellm_gdk_string_width(d->text_style.font, buf) in gkrellm_sensor_draw_temperature_decal()
379 w = gkrellm_gdk_string_width(d->text_style.font, buf) in gkrellm_sensor_draw_temperature_decal()
1011 minus_width = gkrellm_gdk_string_width(dv->text_style.font, "-"); in make_volt_decals()
1327 w_sensor = gkrellm_gdk_string_width(ts->font, format); in assign_textstyles()
1333 w_name = gkrellm_gdk_string_width(ts_alt->font, sensor->name_locale); in assign_textstyles()
H A Dmem.c643 w = gkrellm_gdk_string_width(font_desc, buf); in cb_panel_motion()
844 w_label = gkrellm_gdk_string_width(ts->font, mm->label) + ts->effect; in create_mem_panel()
921 w_label = gkrellm_gdk_string_width(ts->font, mm->label) + ts->effect; in create_swap_panel()
H A Dutils.c328 gkrellm_gdk_string_width(PangoFontDescription *font_desc, gchar *string) in gkrellm_gdk_string_width() function
H A Dwin32-libgkrellm.c1486 gint gkrellm_gdk_string_width(PangoFontDescription *d, gchar *text)
1487 {return callbacks->gkrellm_gdk_string_width(d, text);}
H A Dgkrellm-public-proto.h614 gint gkrellm_gdk_string_width(PangoFontDescription *, gchar *);
H A Dwin32-plugin.h541 gint (*gkrellm_gdk_string_width)(PangoFontDescription *, gchar *); member
H A Dnet.c615 w = gkrellm_gdk_string_width(time_decal->text_style.font, buf); in draw_timer()
2024 w = gkrellm_gdk_string_width(ts->font, "0000:0000"); in create_net_timer()
2025 sec_pad = gkrellm_gdk_string_width(ts->font, "0") * 2 / 3; in create_net_timer()
H A Dbattery.c451 w = gkrellm_gdk_string_width(d->text_style.font, buf); in draw_time_left_decal()
H A Dpanel.c275 lbl->width = gkrellm_gdk_string_width(ts->font, s) + ts->effect;
H A Dmail.c1903 w = gkrellm_gdk_string_width(ts.font, buf);
1907 w = gkrellm_gdk_string_width(ts.font, buf);
/dports/misc/gkrellmbgchg2/gkrellmbgchg2-0.1.11/
H A Dgkrellmbgchg.c576 w = gkrellm_gdk_string_width(gkrellm_panel_textstyle(style_id)->font, text); in update_plugin()