Home
last modified time | relevance | path

Searched refs:lxpanel_draw_label_text (Results 1 – 10 of 10) sorted by relevance

/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dpanel.h109 extern void lxpanel_draw_label_text(LXPanel * p, GtkWidget * label, const char * text,
H A Dpanel.h.in98 * lxpanel_draw_label_text
109 extern void lxpanel_draw_label_text(LXPanel * p, GtkWidget * label, const char * text,
H A Dmisc.c1033 lxpanel_draw_label_text(data->panel, lbl, label, FALSE, 1, TRUE); in lxpanel_button_set_label()
1273 lxpanel_draw_label_text(panel, GTK_WIDGET(lbl), label, FALSE, 1, TRUE); in on_font_changed()
1307 lxpanel_draw_label_text(data->panel, lbl, label, FALSE, 1, TRUE); in _lxpanel_button_compose()
H A Dpanel.c1786 void lxpanel_draw_label_text(LXPanel * p, GtkWidget * label, const char * text, in lxpanel_draw_label_text() function
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/deskno/
H A Ddeskno.c59lxpanel_draw_label_text(dc->panel, dc->label, dc->desktop_labels[desktop_number], dc->bold, 1, TRU… in deskno_name_update()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dweather.c279 lxpanel_draw_label_text(pPriv->pPanel_, label, text, TRUE, 1, TRUE); in weather_set_label_text()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/
H A Ddclock.c223 lxpanel_draw_label_text(dc->panel, dc->clock_label, utf8, dc->bold, 1, TRUE); in dclock_update_display()
H A Dtask-button.c1161 lxpanel_draw_label_text(tb->panel, tb->label, str->str, bold_style, 1, in task_draw_label()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/thermal/
H A Dthermal.c279 lxpanel_draw_label_text(th->panel, th->namew, "NA", TRUE, 1, TRUE); in update_display()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/xkb/
H A Dxkb-plugin.c168 lxpanel_draw_label_text(p_xkb->panel, p_xkb->p_label, group_name, in xkb_redraw()