Home
last modified time | relevance | path

Searched refs:labelh (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/tests/unit_tests/
H A Dx_mdialog.tst81 labelh = col(ones(1,m))+string(1:m);
82 new = evstr(x_mdialog("Small Matrix to edit",labelv,labelh,string(mat)));
90 labelh = col(ones(1,m))+string(1:m);
91 new = evstr(x_mdialog("Big Matrix to edit",labelv,labelh,string(mat)));
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Dframe.c229 r.max.y += labelh(def.font); in frame2client()
233 r.max.y -= labelh(def.font) + 1; in frame2client()
251 r.max.y -= labelh(def.font); in client2frame()
255 r.max.y += labelh(def.font) + 1; in client2frame()
283 if(Dy(f->r) < 2 * labelh(def.font)) in resize_frame()
289 if(Dx(f->crect) < labelh(def.font)) { in resize_frame()
295 f->r.max.y= f->r.min.y + labelh(def.font); in resize_frame()
303 pt.y += labelh(def.font) - 1; in resize_frame()
390 return def.border + labelh(def.font); in frame_delta_h()
420 r.max.y = r.min.y + labelh(def.font); in draw_frame()
[all …]
H A Dcolumn.c118 w = 2 * (labelh(def.font) / 3); in update_imgs()
218 minh = labelh(def.font); in scale_column()
219 colh = labelh(def.font); in scale_column()
311 f->r.max.y = Dy(f->crect) + labelh(def.font) + 1; in scale_column()
395 minh = 2 * labelh(def.font); in resize_colframeh()
H A Dmouse.c168 fw->fr.min.y = f->r.max.y - labelh(def.font); in vplace()
172 fw->fr.min.y = f->r.min.y + labelh(def.font); in vplace()
405 min.y = frame_delta_h() + labelh(def.font); in mouse_resizecolframe()
726 hrx = (double)(Dx(screen->r) + Dx(frect) - 2 * labelh(def.font)) in do_mouse_resize()
728 hry = (double)(Dy(screen->r) + Dy(frect) - 3 * labelh(def.font)) in do_mouse_resize()
731 pt.x = frect.max.x - labelh(def.font); in do_mouse_resize()
732 pt.y = frect.max.y - labelh(def.font); in do_mouse_resize()
H A Dbar.c18 s->brect.min.y = s->brect.max.y - labelh(def.font); in initbar()
85 s->brect.min.y = s->brect.max.y - labelh(def.font); in resize_bar()
H A Dfns.h225 uint labelh(Font*);
H A Dclient.c109 p.y = labelh(def.font); in manage_client()
224 sp = Pt(def.border, labelh(def.font)); in gravclient()
H A Dx11.c573 labelh(Font *font) { in labelh() function
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Dlayout.c314 dy = Dy(f->colr) - labelh(def.font); in _openstack_down()
340 dy = Dy(f->colr) - labelh(def.font); in _openstack_up()
380 f->colr.max.y = labelh(def.font); in column_drop()
381 column_openstack(a, nil, labelh(def.font)); in column_drop()
388 y = max(y, ff->colr.min.y + labelh(def.font)); in column_drop()
391 if(dy <= labelh(def.font)) { in column_drop()
394 f->colr.max.y = labelh(def.font); in column_drop()
395 column_openstack(a, ff, labelh(def.font) - dy); in column_drop()
460 fp->colr.max.x += labelh(def.font); in thcol()
H A Dmouse.c236 min.y = /*frame_delta_h() +*/ labelh(def.font); in mouse_resizecolframe()
416 - 2 * labelh(def.font)) in mouse_resize()
420 - 3 * labelh(def.font)) in mouse_resize()
423 pt.x = frect.max.x - labelh(def.font); in mouse_resize()
424 pt.y = frect.max.y - labelh(def.font); in mouse_resize()
475 dh = Dy(f->colr) - labelh(def.font); in pushstack_down()
504 dh = Dy(f->colr) - labelh(def.font); in pushstack_up()
533 if(p.y < fa->r.max.y + labelh(def.font)/2) in mouse_tempvertresize()
552 r.min.y = a->r.min.y + labelh(def.font) * nabove; in mouse_tempvertresize()
553 r.max.y = a->r.max.y - labelh(def.font) * nbelow; in mouse_tempvertresize()
H A Dframe.c266 minh = labelh(def.font); in frame_gethints()
306 r.min.y PE labelh(def.font); \
316 r.min.y PE labelh(def.font); \
375 if(Dy(r) < 2 * labelh(def.font)) in frame_resize()
381 fr.max.x = max(fr.max.x, fr.min.x + 2*labelh(def.font)); in frame_resize()
383 fr.max.y = fr.min.y + labelh(def.font); in frame_resize()
451 r.max.y = r.min.y + labelh(def.font); in frame_draw()
489 r.max.y = labelh(def.font); in frame_draw()
605 ff->colr.max.y = ff->colr.min.y + labelh(def.font); in frame_focus()
637 return def.border + labelh(def.font); in frame_delta_h()
H A Dcolumn.c86 return 4 * labelh(def.font); in column_minwidth()
354 minh = labelh(def.font); in column_fit()
355 col_h = labelh(def.font); in column_fit()
566 colh = labelh(def.font); in column_scale()
661 minh = labelh(def.font); in column_resizeframe_h()
H A Dbar.c23 s->brect.min.y = s->brect.max.y - labelh(def.font); in bar_init()
46 s->brect.min.y = s->r.max.y - labelh(def.font); in bar_resize()
H A Ddiv.c109 w = 2 * (labelh(def.font) / 3); in update_imgs()
H A Dclient.c165 p.y = labelh(def.font); in client_create()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/demos/dialogs/
H A Dx_mdialog.sce25 labelh = col(ones(1, m))+string(1:m);
26 res = evstr(x_mdialog(_("Matrix to edit"), labelv, labelh, string(mat)));
H A Ddialog.dem.sce31 col="col";labelh=col(ones(1,m))+string(1:m);
32 new=evstr(x_mdialog("Matrix to edit",labelv,labelh,string(mat)))
/dports/audio/xmcd/xmcd-3.3.2/
H A DImakefile4 * Top-level Imakefile for xmcd, cda, labelh, libdi, cdinfo, cdda and cddb
8 * labelh - LabelHack Widget
H A Ddescrip.mms5 # Top-level OpenVMS MMS "Makefile" for xmcd, labelh, libdi, cdinfo,
9 # labelh - LabelHack widget
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/
H A Dwmii9menu.c212 high = labelh(font); in run_menu()
334 offset = labelh(font) / 2; in warpmouse()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/include/
H A Dx11.h250 uint labelh(Font*);
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/menu/
H A Dmenu.c240 height = labelh(font); in menu_show()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/cc/
H A Dcc_r12xieta.F2354 subroutine cc_r12prop(propr12,labelh,aproxr12,work,lwork) argument
2377 character*8 labelh
2478 & isymxi,labelh)
2481 call ccprpao(labelh,.TRUE.,work(kprpao),isymv,isym,
2547 & labelh
H A Dcc_xieta.F2630 & isyres,labelh)
2640 call ccprpao(labelh,.TRUE.,work(kprpao),isymv,isym,
3004 call ccprpao(labelh,.TRUE.,work(kprpao),isymv,isym,
3026 & isymv,labelh)
/dports/audio/snack/snack2.2.10/demos/tcl/
H A Dxs.tcl44 set v(labelh) 20
451 set v(toth) [expr $v(waveh) + $v(spegh) + $v(timeh)+ $v(labelh)]
2307 $c create line 0 [expr $y + $v(labelh)] [expr $v(width) -1] \
2308 [expr $y + $v(labelh)] -tags obj -fill $v(fg)
2346 $c create line $lx $y $lx [expr $y+$v(labelh)] \
2369 $c create line $lx [expr $y] $lx [expr $y+$v(labelh)] \
2376 return $v(labelh)

12