Home
last modified time | relevance | path

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

/dports/devel/agar/agar-1.5.0/gui/
H A Dfixed.c54 fx->hPre = 0; in Init()
62 fx->hPre = h; in AG_FixedSizeHint()
72 r->h = fx->hPre; in SizeRequest()
H A Dglview.c99 glv->hPre = 100; in Init()
123 glv->hPre = h; in AG_GLViewSizeHint()
255 r->h = glv->hPre; in AG_GLViewSizeRequest()
H A Dfixed.h21 int wPre, hPre; /* User geometry */ member
H A Dscrollview.h26 int wPre, hPre; /* Requested geometry */ member
H A Dglview.h25 int wPre, hPre; /* Initial geometry */ member
H A Dlabel.c218 r->h = lbl->hPre*font->lineskip + lbl->tPad + lbl->bPad; in SizeRequest()
292 lbl->hPre = 1; in Init()
309 lbl->hPre = (nlines > 0) ? nlines : 1; in AG_LabelSizeHint()
H A Dscrollview.c234 sv->hPre = 256; in Init()
264 sv->hPre = h; in AG_ScrollviewSizeHint()
277 r->h = sv->hPre; in SizeRequest()
H A Dlabel.h37 int wPre, hPre; /* SizeHint dimensions */ member
H A Dgraph.h75 int wPre, hPre; /* Requested geometry */ member
H A Deditable.c993 int hPre; in AG_EditableSizeHint() local
996 AG_TextSize(text, &ed->wPre, &hPre); in AG_EditableSizeHint()
997 ed->hPre = MIN(1, hPre/ed->lineSkip); in AG_EditableSizeHint()
1006 ed->hPre = MIN(1, h/ed->lineSkip); in AG_EditableSizeHintPixels()
1014 ed->hPre = nLines; in AG_EditableSizeHintLines()
1024 r->h = ed->hPre*ed->lineSkip + 2; in SizeRequest()
1840 ed->hPre = 1; in Init()
H A Deditable.h58 int wPre, hPre; /* Size hint */ member
H A Dgraph.c447 gf->hPre = 128; in Init()
538 gf->hPre = h; in AG_GraphSizeHint()
548 r->h = gf->hPre; in SizeRequest()
/dports/devel/agar/agar-1.5.0/math/
H A Dm_plotter.h107 int wPre, hPre; /* SizeHint dimensions */ member
H A Dm_plotter.c353 ptr->hPre = 64; in Init()
438 ptr->hPre = h; in M_PlotterSizeHint()
447 r->h = ptr->hPre; in SizeRequest()