Home
last modified time | relevance | path

Searched refs:h_panel (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dpanel.c124 gint y, h_panel, h, baseline;
183 h_panel = style->label_yoff + bottom_margin;
185 h_panel = top_margin + bottom_margin;
187 h_panel += lbl->height + (ts ? ts->effect : 0);
201 if (h > h_panel)
202 h_panel = h;
216 if (h > h_panel)
217 h_panel = h;
230 if (h_panel <= 0)
231 h_panel = 1;
[all …]
H A Dgkrellm.h326 h_panel; member
/dports/sysutils/gkrellflynn/gkrellflynn-0.8/
H A Dgkrellflynn.c362 panel->label->h_panel = HEIGHT; in create_plugin()